
        /* 
   _____                          _____  
  /  _  \_______   ____   ______ /  |  | 
 /  /_\  \_  __ \_/ __ \ /  ___//   |  |_
/    |    \  | \/\  ___/ \___ \/    ^   /
\____|__  /__|    \___  >____  >____   | 
        \/            \/     \/     |__| 

Ares4 Default Theme 1.0
http://www.ares4.com
*/
        /* Font import */

        @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
        /* General */

        #ares4 {
            min-height: 100%;
            width: 100%;
            padding: 0;
            margin: 0;
            font-family: 'Open Sans', sans-serif;
            
        }
        
        ::-webkit-scrollbar-track-piece{
        	background-color: transparent;
        	-webkit-border-radius: 6px;
        }
        /* Sitewrapper */
        #ares4 .site-wrapper {
    		max-width:890px;
			margin-left:auto;
			margin-right:auto;
			padding: 5px 0 190px 0;
			background-repeat: no-repeat;
		}
		
		/* Header */
		
	    #header {
    		background-color: white;
    		margin: 0 auto;
    		position: fixed!important;
    		width: 100%;
    		top: 0px;
    		left: 0px;
    		z-index: 2;
    	}
    	
    	#ares4 #sprache{
    	    position: absolute;
            float: right;
            right: 10px;
            top: 10px;
            z-index: 3001;

    	} 
    	
    	#ares4 #sprache img {
        	width: auto;
        	height: 15px;
        	margin: 0px 10px 0px 10px;
        	float: right;
        }
    
    	#ares4 .header-container {
    	/*	max-width: 780px;*/
            margin-left: auto;
            margin-right: auto;

    		position: relative;
    	}
        
        /* Logo */
        
        #ares4 .lrg-logo{
            
            max-width: 870px;
            margin-left: auto;
            margin-right: auto;
        }


        #ares4 .lrg-logo img {
            width: auto;
            margin: 25px 0px 10px 0;
            height: 65px;
            position: relative;
            top: 0px;
        }
        
        #ares4 .sml-logo{
            
            max-width: 890px;
            margin-left: auto;
            margin-right: auto;
        }
        
        #ares4 .sml-logo img {
            width: auto;
            margin: 25px 0px 10px 0;
            height: 40px;
            position: relative;
            top: 0px;
            display: none;
        }
        /* Seach Box */
        
        #ares4 #searchbar {
            display: inline-block;
            right: 130px;
            position: absolute;
            top: -5px;
            z-index: 2;
        }

       /* #ares4 #search {
            padding: 10px;
            margin: 10px;
            border: 1px solid #af0a28;
            width: 200px;
            box-sizing: border-box;

        }
        
        #ares4 #search:focus {
            outline: 0;
            
        }*/
        
        #ares4 #searchbar #search {
            width: 0px;
            border: 0px solid #c6c8cb;
            border-radius: 0 !important;
            background: rgba(255, 255, 255, 0);
        	background-image: URL('https://api.ares4.info/v0.1/file/22/downloads/dt/Suche.png');
            background-repeat: no-repeat;
            background-position: left center;
            background-size: auto 55%;
        	padding: 10px 5px 10px 40px;
	
	


        }
        
        #ares4 #searchbar #search:focus {
            /*background: #a2252b;*/
            top: 0px;
            left: 200px;
            height: 12px;
            position: relative;
            background-image: URL('https://api.ares4.info/v0.1/file/22/downloads/dt/Suche.png');
           /* background-image: URL('https://api.ares4.info/v0.1/file/165/downloads/dt/Icon-Search.png');*/
            background-repeat: no-repeat;
            background-position: 10px;
            background-size: auto 55%;
            color: #a2252b;
            width: 200px;

            border-radius: 5px;

            border-bottom: 1px solid #a2252b;
            border-top: 1px solid #a2252b;
            border-right: 1px solid #a2252b;
            border-left: 1px solid #a2252b;

            outline: 0;
        }
        
        #ares4 #searchbarm #searchm {
            display: none;
        }
        
        /* Breadcrumb Trail */
        
        #ares4 .breadcrumb-block {
            position: relative;
            background-color: #ffffff;
            border-top: 1px solid #e0e0e0;
            border-bottom: 1px solid #e0e0e0;
            display: none;
        }
        


        #ares4 #breadcrumb {
            max-width: 890px;
            font-size: 14px;
            color: #696969;
            margin: 0 auto;
            padding: 7px 0 7px 10px;
        }

        #ares4 #breadcrumb a {
            margin: 0 10px 0 0;
            color: #696969;
            text-decoration: none;
            
        }
        
        /* Menu */
        
        #ares4 #static-menu {
            display: none;
}
        

    	#ares4 #static-menu:hover {
    		cursor: pointer;
    	}
    	#ares4 #static-menu:hover .menuicon-bread-top,
    	#ares4 #static-menu:hover .menuicon-bread-mid,
    	#ares4 #static-menu:hover .menuicon-bread-bottom {
    		background-color: #ccc;
    	}
    	#ares4 #static-menu .menuicon-bread-top {
    		position: absolute;
    		width: 50%;
    		height: 2px;
    		background-color: #fff;
    		top: 30%;
    		left: 50%;
    		transform: translateX(-50%);
    		transition: all 1s ease;
    		-webkit-transition: all 1s ease;
    		-moz-transition: all 1s ease;
    	}
    	#ares4 #static-menu .menuicon-bread-mid {
    		position: absolute;
    		width: 50%;
    		height: 2px;
    		background-color: #fff;
    		top: 50%;
    		left: 50%;
    		transform: translateX(-50%);
    		opacity: 1;
    		transition: all 2s ease;
    		-webkit-transition: all 2s ease;
    		-moz-transition: all 2s ease;
    	}
    	#ares4 #static-menu .menuicon-bread-bottom {
    		position: absolute;
    		width: 50%;
    		height: 2px;
    		background-color: #fff;
    		top: 70%;
    		left: 50%;
    		transform: translateX(-50%);
    		transition: all 1s ease;
    		-webkit-transition: all 1s ease;
    		-moz-transition: all 1s ease;
    	}
    	#ares4 #static-menu .active-menu-block {
    		display:none;
    		position: absolute;
    		top: 50px;
    		right: 0px;
    		width: 270px;
    		background-color: #fff;
    	}
    	#ares4 #static-menu .active-menu-block.active {
    		display: block;
    		z-index: 3;
    	}
    	#ares4 #static-menu .active-menu-block li {
    		padding: 0 10px;
    		list-style: none;
    		background-color: #fff;
    		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.21);
    		color: #000;
    	}
    	#ares4 #static-menu .active-menu-block li:hover {
    		background-color: #e8e8e8;
    		color: #af0a28;
    	}
    	#ares4 #static-menu .active-menu-block a {
    		font-size: 14px;
    		text-decoration: none;
    		color: inherit;
            padding: 10px 0;
            display: inline-block;
            width: 100%;
    	}
    
    	#ares4 #static-menu.active .menuicon-bread-top {
    		transform: rotate(45deg);
    		top: 50%;
    		left: 13%;
    		width: 80%;
    	}
    
    	#ares4 #static-menu.active .menuicon-bread-mid {
    		opacity: 0;
    	}
    
    	#ares4 #static-menu.active .menuicon-bread-bottom {
    		transform: rotate(135deg);
    		top: 50%;
    		left: 13%;
    		width: 80%;
    	}
        
        #ares4 #main {
            padding: 160px 0 0 0;
        }
        
                /* footer */
        
    
		
		#ares4 #icons img {
		width: auto;
        	height: 37px;
		    
		}
		
		#ares4 #footer {
	        overflow: hidden;
            position: absolute;
            bottom: 0px;
            left: -8px;
            text-align: left;
            font-size: 13px;
	        background-color: rgba(245, 245, 245, 0);
	        color: black;
	        width:100%;
            height:120px;
	        z-index: 3000;
	        margin-top: 60px;
        }


        
        
        #ares4 #footer img {
        	width: auto;
        	height: 72px;
        	margin: 0px 40px 10px 0px;
        }
        
        #ares4 #footerinhalt a {
            text-decoration: none;
            color: #222;
        }
        
        #ares4 .icons {
            overflow: hidden;
            position: absolute;
            top: 0px;
            left: 0px;
            text-align: center;
            width: 100%;
            height: 100px;
            padding: 0px 0px 0 0px;
            z-index: 3000;
        }
 
        #ares4 .icon-element {
           max-width: 6%;
           height: 100%;
           display: inline-block;
           margin: 0px 30px;
        }
        #ares4 span.icon-text {
           display: block;
           text-align: center;
           color: #333;
        }
        #ares4 #footer img {
           width: auto;
           height: 72px;
           margin: 0 auto;
        }
        
        /* Information Room */

        #ares4 .ie-grid {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            padding: 10px 10px 10px 10px;
        }

        #ares4 .ie-grid .grid-sizer {
            width: 100px;
            display: inline-block;
        }

        #ares4 .ie-grid .grid-gutter {
            width: 10px;
            display: inline-block;
        }
        /* Information Unit */

        #ares4 .ie-grid .ie {
            border: 1px solid black;
            position: relative;
            margin-bottom: 0px;
            box-sizing: border-box;
			border-color: rgba(255, 255, 255, 0);
        }

        #ares4 a.front {
            text-decoration: none;
        }

        #ares4 .ie-grid .ie .front-1 {
            cursor: pointer;
            height: 100%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: rgba(255, 255, 255, 0) !important;
            
            -webkit-border-bottom-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-bottomright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        #ares4 .ie-grid .ie .front-1 h3 {
            margin: -3px 0 5px 0;
        }

        #ares4 .ie-grid .ie .front-1 h4 {
                margin: -3px 0 0px 0;
        }
		
		 /*1x1 Jobs Rot*/
        #ares4 .ie-grid .ie .front-2 {
            cursor: pointer;
            height: 100%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;
        }
        
        #ares4 .ie-grid .ie .front-2 h3 {
            margin: -5px 0 5px 0;
            line-height: 1.3;
        }
        
        #ares4 .ie-grid .ie .front-2 h4 {
            margin: 0;
        }
        /* Banner unser wissen ihr erfolg */
         #ares4 .ie-grid .ie .front-3 {
            cursor: pointer;
            height: 100%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;
             box-shadow: 1px 3px 11px grey;

        }

        #ares4 .ie-grid .ie .front-3 h3 {
            margin: -5px 0 5px 0;
        }

        #ares4 .ie-grid .ie .front-3 h4 {
            margin: 0px 0 0 0;
           
        }
        
                #ares4 .ie-grid .ie .front-3:hover {
            color: white !important;
            opacity: 1;
        

        }

        #ares4 .ie-grid .ie .front-3::after {
              position: absolute;
              content: '';
              top:0;
              right: 0;
              width: 0;
              height: 100%;
              background-color: rgba(175, 10, 40, 0.7);
              transform-origin:right;
              transition:width 0.75s ease;
              z-index: 1;
                  background-image: URL('https://api.ares4.info/v0.1/file/165/downloads/dt/Icon-Search.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 24%;
        }
        
        #ares4 .ie-grid .ie .front-3:hover::after {
            width: 100%;
        }

        #ares4 .ie-grid .ie .back {}

        #ares4 .ie-grid .ie .back-1 {
            height: 100%;
            width: 100%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;
        
            
            -webkit-border-bottom-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-bottomright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }

         #ares4 .ie-grid .ie .back-1 h2 {
            margin: 65px 0 0 20px;
            font-size: 23px;
            font-weight: 500;
        }
        
        #ares4 .ie-grid .ie .back-1 h2 span {
            position: absolute;
            margin: 0px 0 0 0;
            font-size: 11px;
            top: 15px;
            left: 30px;
            font-weight: 300;
            width: 93%;
            border-bottom: 1px solid #dadada;


        }

        #ares4 .ie-grid .ie .back-1 h3 {
            margin: 0;
            font-size: 19px;
            font-weight: 300;
            line-height: 1.3;
            width: 92%;
        }
        #ares4 .ie-grid .ie .back-1 h4 {
            margin: 0;
            font-size: 16px;
            line-height: 1.3;
            font-weight: 300;
        }

        #ares4 .ie-grid .ie .back-1 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 10px 0;
            border-top: 0px solid black;
        }

        #ares4 .ie-grid .ie .back-1 .ie-close {
            position: absolute;
            top: 15px;
            right: 10px;
            color: black;
            opacity: 0.3;
            font-size: 17px;
            margin: 0px 10px 0 0;
            cursor: pointer;
            transition: opacity 0.3s ease;
            z-index: 1;
        }
        
        #ares4 .ie-grid .ie .back-1 .ie-close:before {
            content: "\2715";
        }

        #ares4 .ie-grid .ie .back-1 .ie-close:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabnav {
            margin: -35px 0 0 0;
            height: 30px;
            text-align: right;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabnav a {
            text-transform: uppercase;
            text-decoration: none;
            color: #cccccc;
            margin-left: 20px;
            padding-top: 5px;
            cursor: pointer;
            display: inline-block;
            font-size: 13px;
            line-height: 16px;
            border-top: 2px solid white;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabnav a h3 {
            margin: 0px;
            padding: 0px;
            display: inline-block;
            font-size: 13px;
            line-height: 16px;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabnav .active {
            color: black;
            border-top: 2px solid black;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabs {
            height: calc(100% - 160px);
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
            height: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0 0 0 20px;
            width: 92%;
            font-size: 15px;
            line-height: 1.4;
            font-weight: 300;
        }
        
        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab a, 
        .ie-grid .ie .back-1 .ie-tabs .ie-tab a:visited, 
        .ie-grid .ie .back-1 .ie-tabs .ie-tab a:active {
            color: inherit;
            text-decoration: underline;
        }
        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab a:hover {
            color: #848484;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options {
            position: absolute;
            width: 96%;
            height: 34px;
            top: 25px;
            left: 0;
            text-align: left;
            background: none;
            border-top: dotted 0px rgb(100,100,100);
            padding: 0px 0 0 0;
            margin: 0 2%;
        }
			
        #ares4 .ie-grid .ie .back-1 .ie-options div {
            list-style-type: none;
            display: table-cell;
            vertical-align: middle;
            list-style-type: none;
            /* display: table-cell !important; */
            display: inline-block !important;
            width: 15px;
            height: 24px;
            text-align: center;
            /* vertical-align: middle; */
            margin: 0 0 0 14px;
            font-size: 0px;

        }
		
        #ares4 .ie-grid .ie .back-1 .ie-options div .fa {
            color: #af0a28;
            opacity: 1;
            font-size: 20px;
            margin-top: 2px;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }
        
        #ares4 .ie-grid .ie .back-1 .ie-options div .fa:hover {
            transition: opacity 0.5s ease;
            opacity: 0.5;
        }
        /* Information Unit Sizes */

        #ares4 .ie-grid .ie-width-1 {
            width: 100px;
        }

        #ares4 .ie-grid .ie-width-1 h3 {
            font-size: 14px;
        }

        #ares4 .ie-grid .ie-width-1 h4 {
            font-size: 10px;
        }

        #ares4 .ie-grid .ie-width-2 {
            width: 210px;
        }

        #ares4 .ie-grid .ie-width-2 h3 {
            font-size: 17px;
			line-height: 1.1;
        }

        #ares4 .ie-grid .ie-width-2 h4 {
            font-size: 14px;
        }

        #ares4 .ie-grid .ie-width-3 {
            width: 320px;
        }

        #ares4 .ie-grid .ie-width-3 h3 {
            font-size: 17px;
            line-height: 1.1;
        }

        #ares4 .ie-grid .ie-width-3 h4 {
            font-size: 19px;
        }

        #ares4 .ie-grid .ie-width-4 {
            width: 430px;
        }

        #ares4 .ie-grid .ie-width-4 h3 {
            font-size: 30px;
            line-height: 1.1;
        }

        #ares4 .ie-grid .ie-width-4 h4 {
            font-size: 23px;
        }

        #ares4 .ie-grid .ie-width-5 {
            width: 540px;
        }

        #ares4 .ie-grid .ie-width-5 h3 {
            font-size: 30px;
            line-height: 1.1;
        }

        #ares4 .ie-grid .ie-width-5 h4 {
            font-size: 23px;
        }

        #ares4 .ie-grid .ie-width-6 {
            width: 650px;
        }

        #ares4 .ie-grid .ie-width-6 h3 {
            font-size: 30px;
            line-height: 1.1;
        }

        #ares4 .ie-grid .ie-width-6 h4 {
            font-size: 23px;
        }

        #ares4 .ie-grid .ie-width-7 {
            width: 760px;
        }

        #ares4 .ie-grid .ie-width-7 h3 {
            font-size: 30px;
            line-height: 1.1;
        }

        #ares4 .ie-grid .ie-width-7 h4 {
            font-size: 23px;
        }

        #ares4 .ie-grid .ie-width-8 {
            width: 870px;
        }

        #ares4 .ie-grid .ie-width-8 h3 {
            font-size: 17px;
            line-height: 1.1;
        }

        #ares4 .ie-grid .ie-width-8 h4 {
            font-size: 23px;
        }

        #ares4 .ie-grid .ie-height-1 {
            height: 100px;
        }

        #ares4 .ie-grid .ie-height-2 {
            height: 210px;
        }

        #ares4 .ie-grid .ie-height-3 {
            height: 320px;
        }

        #ares4 .ie-grid .ie-height-4 {
            height: 430px;
        }

        #ares4 .ie-grid .ie-height-5 {
            height: 540px;
        }

        #ares4 .ie-grid .ie-height-6 {
            height: 650px;
        }

        #ares4 .ie-grid .ie-height-7 {
            height: 760px;
        }

        #ares4 .ie-grid .ie-height-8 {
            height: 870px;
        }

        #ares4 .ie-grid .ie-maximized {
            width: 870px;
            height: 430px;
        }
        /* Responsive */
        
         @media screen and (max-width: 812px) {
             
            #ares4 #sprache{
                margin: 0 40px 0 0;
            }
             
            #ares4 #logo img {
                width: auto;
                height: 40px;
                margin: 20px 0px 0 10px;
            }
            
            #ares4 #static-menu {
        		display: inline-block;
        		width: 35px;
        		height: 35px;
        		background-color: #627a83;
        		top: 10px;
        		right: 0px;
        		position: absolute;
        		z-index: 3001;
        	}
            
            #ares4 #searchbarm {
                display: inline-block;
                right: 45px;
                position: absolute;
                top: 25px;
                z-index: 2;
            }
            
            #ares4 #searchbarm #searchm {
                width: 0px;
                border: 0px solid #c6c8cb;
                border-radius: 0 !important;
                background: rgba(255, 255, 255, 0);
                background-image: URL('https://api.ares4.info/v0.1/file/22/downloads/dt/Suche.png');
                background-repeat: no-repeat;
                background-position: left center;
                background-size: auto 55%;
                padding: 10px 5px 10px 40px;
                display: inline-block;
            }
        
            #ares4 #searchbarm #searchm:focus {
                /*background: #a2252b; */
                top: 0px;
                left: -19px;
                height: 12px;
                position: relative;
                background-image: URL('https://api.ares4.info/v0.1/file/22/downloads/dt/Suche.png');
                /* background-image: URL('https://api.ares4.info/v0.1/file/165/downloads/dt/Icon-Search.png'); */
                background-repeat: no-repeat;
                background-position: 10px;
                background-size: auto 55%;
                color: #a2252b;
                width: 175px;
                border-radius: 5px;
                border-bottom: 1px solid #a2252b;
                border-top: 1px solid #a2252b;
                border-right: 1px solid #a2252b;
                border-left: 1px solid #a2252b;
                outline: 0;
            }
             
         }

        @media screen and (max-width: 740px) {
            
        #ares4 .sml-logo img {
            display: inline-block !important;
        }
            
            #ares4 #sprache{
                margin: 0 40px 0 0;
            }

            #ares4 #headerbanner img {
                margin: 20px 0 0 20px;
                width: 610px;
                height: auto;
            }
            
            #ares4 #static-menu {
        		display: inline-block;
        		width: 35px;
        		height: 35px;
        		background-color: #627a83;
        		top: 10px;
        		right: 0px;
        		position: absolute;
        		z-index: 3001;
        	}
        	
        	#ares4 #searchbarm {
                display: inline-block;
                right: 45px;
                position: absolute;
                top: 25px;
                z-index: 2;
            }
            
            #ares4 #searchbarm #searchm {
                width: 0px;
                border: 0px solid #c6c8cb;
                border-radius: 0 !important;
                background: rgba(255, 255, 255, 0);
                background-image: URL('https://api.ares4.info/v0.1/file/22/downloads/dt/Suche.png');
                background-repeat: no-repeat;
                background-position: left center;
                background-size: auto 55%;
                padding: 10px 5px 10px 40px;
                display: inline-block;
            }
        
            #ares4 #searchbarm #searchm:focus {
                /*background: #a2252b; */
                top: 0px;
                left: -19px;
                height: 12px;
                position: relative;
                background-image: URL('https://api.ares4.info/v0.1/file/22/downloads/dt/Suche.png');
                /* background-image: URL('https://api.ares4.info/v0.1/file/165/downloads/dt/Icon-Search.png'); */
                background-repeat: no-repeat;
                background-position: 10px;
                background-size: auto 55%;
                color: #a2252b;
                width: 175px;
                border-radius: 5px;
                border-bottom: 1px solid #a2252b;
                border-top: 1px solid #a2252b;
                border-right: 1px solid #a2252b;
                border-left: 1px solid #a2252b;
                outline: 0;
            }
            

            
            #ares4 #main {
                padding: 92px 0 0 0;
            }
            
            #ares4 #logo img {
                width: auto;
                height: 40px;
                margin: 20px 0px 0 10px;
            }

            #ares4 .ie-grid {
                width: 620px;
                left: 0px;
                margin: auto;
            }
            #ares4 .ie-grid .grid-sizer {
                width: 75px;
                display: inline-block;
            }
            #ares4 .ie-grid .grid-gutter {
                width: 10px;
                display: inline-block;
            }
            
            #ares4 .ie-grid .ie .front-1 {
                cursor: pointer;
                height: 100%;
                padding: 10px 10px 10px 10px;
                box-sizing: border-box;
                background-position: center center;
                background-size: cover;
                background-repeat: no-repeat;
                background-color: white;
                border-bottom-right-radius: 7px;
                border-bottom-left-radius: 7px;
            }
            
            #ares4 .ie-grid .ie .front-1 h4 {
                margin: 0px 0 0px 0;
            }
            
            #ares4 .ie-grid .ie .front-3 h3 {
                margin: 30px 0 5px -85px;
            }
			
            #ares4 .ie-grid .ie .back-1 h2 {
                margin: 43px 0 0 10px;
                font-size: 20px;
                font-weight: 700;
            }
            
            #ares4 .ie-grid .ie .back-1 h3 {
                margin: 0;
                font-size: 16px;
                font-weight: 300;
                line-height: 1.3;
                width: 92%;
            }
            
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
                height: 100%;
                overflow-y: auto;
                margin: 0;
                padding: 0px 0 0 10px;
                width: 92%;
                font-size: 13px;
                line-height: 1.4;
                font-weight: 300;
            }
            
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab img {
                height: auto !important;
                width: 100% !important;
                margin: 0 0 0 0 !important;
            }
            
            
            
            #ares4 .ie-grid .ie .back-1 .ie-options {
                top: 10px;
            }
            #ares4 .ie-grid .ie-width-1 {
                width: 80px;
            }
            #ares4 .ie-grid .ie-width-1 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-1 h4 {
                font-size: 7px;
            }
            #ares4 .ie-grid .ie-width-2 {
                width: 160px;
            }
            #ares4 .ie-grid .ie-width-2 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                font-size: 10px;
            }
            #ares4 .ie-grid .ie-width-3 {
                width: 240px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 16px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 320px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-5 {
                width: 320px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-6 {
                width: 320px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 25px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-7 {
                width: 320px;
            }
            #ares4 .ie-grid .ie-width-7 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-8 {
                width: 330px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 80px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 160px;
            }
            #ares4 .ie-grid .ie-height-3 {
                height: 240px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 320px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 320px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 320px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 320px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 320px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 330px;
                height: 330px;
            }
        }


        @media screen and (max-width: 420px) {

        
            #ares4 .sml-searchm{
            
            display: none !important;
            }
            
            #ares4 #sprache{
                margin: 0 40px 0 0;
            }
                              /* Menu */
        
            #ares4 #static-menu {
        		display: inline-block;
        		width: 50px;
        		height: 50px;
        		background-color: #fece00;
        		top: 16px;
        		right: 0px;
        		position: absolute;
        		z-index: 3001;
        	}
        	
        	#ares4 #searchbarm {
                display: inline-block;
                left: 0px;
                position: absolute;
                top: 63px;
                z-index: 2;
                width: 100%;
                background-color: #fff;
            }
            
            #ares4 #searchbarm #searchm {
                width: 0px;
                border: 0px solid #c6c8cb;
                border-radius: 0 !important;
                background: rgba(255, 255, 255, 0);
                background-image: URL('https://api.ares4.info/v0.1/file/22/downloads/dt/Suche.png');
                background-repeat: no-repeat;
                background-position: left center;
                background-size: auto 55%;
                padding: 10px 5px 10px 40px;
                display: inline-block;
                margin: 0px 0px 0px 20px;
            }
        
            #ares4 #searchbarm #searchm:focus {
                /*background: #a2252b; */
                top: 0px;
                left: 40px;
                height: 12px;
                position: relative;
                background-image: URL('https://api.ares4.info/v0.1/file/22/downloads/dt/Suche.png');
                /* background-image: URL('https://api.ares4.info/v0.1/file/165/downloads/dt/Icon-Search.png'); */
                background-repeat: no-repeat;
                background-position: 10px;
                background-size: auto 55%;
                color: #a2252b;
                width: 200px;
                border-radius: 5px;
                border-bottom: 1px solid #a2252b;
                border-top: 1px solid #a2252b;
                border-right: 1px solid #a2252b;
                border-left: 1px solid #a2252b;
                outline: 0;
            }
            
            #ares4 #main {
                padding: 140px 0 0 0;
            }
            #ares4 #logo img {
                width: auto;
                height: 40px;
                margin: 20px 0px 0 10px;
            }
            
            #ares4 #footer {
                overflow: hidden;
                position: absolute;
                bottom: 0px;
                left: 0px;
                text-align: left;
                font-size: 13px;
                background-color: rgba(245, 245, 245, 0);
                color: black;
                width: 100%;
                height: 70px;
                z-index: 3000;
                margin-top: 60px;
            }
            
            #ares4 .icons {
                overflow: hidden;
                position: absolute;
                top: 0px;
                left: -30px;
                text-align: center;
                /* width: 109%; */
                height: 100px;
                padding: 0px 0px 0 0px;
                z-index: 3000;
            }
            
            #ares4 .icon-element {
                max-width: 0%;
                height: 100%;
                display: inline-block;
                margin: 0px 22px;
            }
            
            #ares4 #footer img {
                width: auto;
                height: 40px;
                margin: 0 auto;
               
            }
          
            #ares4 .ie-grid {
                width: 335px;
                left: 0px;
                margin: auto;
            }
            
            #ares4 .ie-grid .grid-sizer {
                /*width: 67.5px;*/
                width: 75px;
                display: inline-block;
            }
            
            #ares4 .ie-grid .grid-gutter {
                width: 10px;
                display: inline-block;
            }
            
            #ares4 .ie-grid .ie .front-1 {
                cursor: pointer;
                height: 100%;
                padding: 10px 10px 10px 10px;
                box-sizing: border-box;
                background-position: center center;
                background-size: cover;
                background-repeat: no-repeat;
                background-color: white;
                border-bottom-right-radius: 7px;
                border-bottom-left-radius: 7px;
            }
            
            #ares4 .ie-grid .ie .front-3 h3 {
                margin: 11px 0 5px -10px;
            }
            
            #ares4 .ie-grid .ie .front-1 h4 {
                margin: 0px 0 0px 0;
            }
			
   #ares4 .ie-grid .ie .back-1 h2 {
                margin: 43px 0 0 10px;
                font-size: 20px;
                font-weight: 700;
            }
            
            #ares4 .ie-grid .ie .back-1 h3 {
                margin: 0;
                font-size: 16px;
                font-weight: 300;
                line-height: 1.3;
                width: 92%;
            }
            
            
            
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
                height: 100%;
                overflow-y: auto;
                margin: 0;
                padding: 0px 0 0 10px;
                width: 92%;
                font-size: 13px;
                line-height: 1.4;
                font-weight: 300;
            }
            

            
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab img {
                height: auto !important;
                width: 100% !important;
                margin: 0 0 0 0 !important;
            }
            
            #ares4 .ie-grid .ie .back-1 .ie-tabs {
                height: calc(100% - 97px);
            }
			
            #ares4 .ie-grid .ie-width-1 {
                width: 80px;
            }
            #ares4 .ie-grid .ie-width-1 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-1 h4 {
                font-size: 7px;
            }
            #ares4 .ie-grid .ie-width-2 {
                width: 160px;
            }
            #ares4 .ie-grid .ie-width-2 h3 {
                font-size: 11px;
                line-height: 0.7;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                font-size: 10px;
            }
            #ares4 .ie-grid .ie-width-3 {
                width: 240px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 16px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 320px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-5 {
                width: 320px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-6 {
                width: 320px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 25px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-7 {
                width: 320px;
            }
            #ares4 .ie-grid .ie-width-7 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-8 {
                width: 330px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 11px;
                line-height: 0.7;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 80px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 160px;
            }
            #ares4 .ie-grid .ie-height-3 {
                height: 240px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 320px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 320px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 320px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 320px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 330px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 330px;
                height: 430px;
            }
        }
      	 @media print {
            
            .site-wrapper {
                padding: 0;
            }
            #header, 
            #headerinhalt {
                position: relative !important;
               /* text-align: right !important;*/
                /*padding-bottom: 20px !important;*/
                margin-bottom: -110px !important;
               /* background: none !important;*/
                height: auto !important;
            }
            #searchbar,
            #static-menu {
                display: none !important;
            }
            
            .site-menu {
                display: none !important;
            }
          
            #headerbanner {
                display: none !important;
                margin: 0 !important;
            }
            /*#logo {
                position: relative !important;
                display: block !important;
                padding: 20px 0 0 0 !important;
            }*/
            
            #logo {
                padding: 0px 0px 50px 0 !important;
                display: block !important;
   

            }
            .ie-maximized,
            .back-1 {
                position: relative !important;
                height: auto !important;
                top: 0px !important;
                left: 0px !important;
            }
            .ie-maximized h2 {
                position: relative !important;
               
            }
            .ie-tabs {
                height: auto !important;
                
            }
            .ie-tab {
                height: auto !important;
                max-height: none !important;
                
                
            }
            .ie-tabnav {
                margin: 0 !important;
                
            }
        }