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

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;
        }
        
        /* Sitewrapper */
        
		#ares4 .site-wrapper {
			max-width:1330px;
			margin-left:auto;
			margin-right:auto;
			padding: 193px 0 150px 0;
			background-repeat: no-repeat;
		}
		
		/* header */
		
		
		/* Menu */
		
	    	#header {
		background-color: white;
		margin: 0 auto;
		position: fixed!important;
		width: 100%;
		top: 0px;
		left: 0px;
		z-index: 2;
	}

	#ares4 .header-container {
		max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
		position: relative;
	}

/*	#ares4 .fa-caret-right:before {
		position: relative;
		content: "/";
		font-weight: 700;
		font-size: 1.7em;
		left: -3px;
		top: 1px;
	}

*/

	#ares4 #static-menu {
		display: inline-block;
		width: 50px;
		height: 50px;
		background-color: #fff;
		bottom: 10px;
		right: 20px;
		position: absolute;
		z-index: 2;
	}
	#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: #0082c4;
		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: #0082c4;
		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: #0082c4;
		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: #0182c4;
	}
	#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: #0182c4;
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.21);
		color: #fff;
	}
	#ares4 #static-menu .active-menu-block li:hover {
		background-color: #fff;
		color: rgba(0, 130, 196, 0.9);
	}
	#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%;
	}
        
        /* Bannerimage */
        
        #ares4 #headerbanner {
            /*width: 780px;
            margin-left: auto;
            margin-right: auto;*/
    
        }
        
        #ares4 #headerbanner img {
            position: fixed;
            top: 0;
            height: auto;
            width: 780px;
        }
        
        /* Logo */
        
        #ares4 #logo{
         /*   position: relative;
            max-width: 950px;
            margin-left: auto;
            margin-right: auto;*/
        }

        #ares4 #logo img {
            width: auto;
            height: 80px;
            position: relative;
            top: -40px;
            z-index: 2;
        }
        /* Seach Box */
        
        #ares4 #searchbar {
    		display: inline-block;
    		right: 80px;
    		position: absolute;
    		bottom: 10px;
    		z-index: 2;
	    }

        #ares4 #search {
            padding: 10px;
            margin: 10px;
            border-bottom: 2px solid #0082c4;
            border-top: transparent;
            border-left: transparent;
            border-right: transparent;
            width: 200px;
            box-sizing: border-box;
        	-webkit-appearance: none;
    		background-color: transparent;
    		background-repeat: no-repeat;
    		background-size: 100%;
    		background-position: bottom;
    		color: #0082c4;
        }
        
        ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
          color: #0082c4;
        }
        ::-moz-placeholder { /* Firefox 19+ */
          color: #0082c4;
        }
        :-ms-input-placeholder { /* IE 10+ */
          color: #0082c4;
        }
        :-moz-placeholder { /* Firefox 18- */
          color: #0082c4;
        }
        
        
        /* Breadcrumb Trail */
        
        #ares4 .breadcrumb-con {
            position: relative;
            background-color: #0082c4;
        }

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

        #ares4 #breadcrumb a {
            margin: 0 10px 0 0;
            color: #fff;
            text-decoration: none;
        }
        
        /* header bild */
        
        #ares4 #headerbild {
            
    
        }
        
        #ares4 #headerbild img {
            position: relative;
            top: 0;
            height: auto;
            width: 100%;
            display: none;
        }
        
        
		/* Footer */
		
		#ares4 #footer {
	        overflow: hidden;
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            height: 45px;
            text-align: left;
            background-color: #0082c4;
            z-index: 1;
        }
        
        #ares4 #footerinhalt {
        	width: 100%;
        	max-width: 1310px;
        	margin: 0 auto;
        }
                
        #ares4 #footer img {
        	width: auto;
        	height: 30px;
        	margin: 0px 0 0px  7px;
        }
		
        #ares4 #footer ul {
        	float: right;
        	width: auto;
        	padding: 0;
        	margin: 15px 10px 0 0;
        }
		
        #ares4 #footer ul li {
        	display: inline-block;
        	width: auto;
        	text-align: left;
        	list-style-type: none;
        	padding: 0;
        	margin: 0 0px 0px 20px;
        }
		
        #ares4 #footer ul li a {
        	display: inline-block;
        	color: #fff;
        	text-decoration: none;
        }      
        /* 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: 0px solid black;
            position: relative;
            margin-bottom: 0px;
            box-sizing: border-box;
        }

        #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: white;
        }

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

        #ares4 .ie-grid .ie .front-1 h4 {
            margin: 0;
        }

        #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;
            border: 1px solid #0082c4;
        }
        
        #ares4 .ie-grid .ie .back-1 h1 {
            margin: 0;
            font-size: 19px;
        }

        #ares4 .ie-grid .ie .back-1 h2 {
            margin: 0 0 0 0;
            font-size: 21px;
            background-color: #0082c4;
            position: absolute;
            width: 97%;
            top: 0;
            left: 0;
            padding: 8px 0px 8px 13px;
        }

        #ares4 .ie-grid .ie .back-1 h3 {
            margin: 0;
            font-size: 14px;
          
        }
        
        #ares4 .ie-grid .ie .back-1 pre {
            margin: 0;
            font-size: 14px;
            color: #ed7831;
        }

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

        #ares4 .ie-grid .ie .back-1 .ie-close {
            position: absolute;
            right: 0;
            color: #fff;
            opacity: 0.8;
            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:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        

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

        #ares4 .ie-grid .ie .back-1 .ie-tabnav a {
            text-transform: uppercase;
            text-decoration: none;
            color: #595959;
            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:hover {
            color: #ed7831;
            transition: opacity 0.3s ease;
            
        }

        #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-tabs .ie-tab img {
            height: auto !important;
            width: 100% !important;
        }

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

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

        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
            height: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 13px;
            color: #0082c4;
        }
        

       #ares4 .ie-grid .ie .back-1 .ie-options {
            position: absolute;
            width: 100%;
            height: 34px;
            bottom: 0;
            left: 0;
            text-align: right;
            /* background: none; */
            background-color: #0082c4;
            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: 32px;
            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: #fff;
            opacity: 1;
            font-size: 24px;
            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: 1;
        }
        /* 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: 21px;
        }

        #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: 37px;
        }

        #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: 49px;
        }

        #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: 49px;
        }

        #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: 49px;
        }

        #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: 49px;
        }

        #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: 49px;
        }

        #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: 430px;
            height: 430px;
        }
        /* Responsive */
        @media screen and (max-width: 900px) {
            #ares4 .header-container {
                margin-top: 50px; 
            }
        }
        
        
         @media screen and (max-width: 768px) {
            #ares4 .ie-grid {
                
                left: 50px;
                margin: auto;
            } 
             
        } 
           

        @media screen and (max-width: 740px) {
            
            #ares4 .site-wrapper {
                padding: 125px 0 150px 0;
            }
            
            #ares4 .header-container {
                margin-top: -7px;
            }
            
            #ares4 #headerbanner img {
                position: fixed;
                top: 0px;
                height: auto;
                width: 70%;
            }
            #ares4 #logo {
                position: relative;
                top: 25px;
            }
            #ares4 #logo img {
                width: auto;
                height: 70px;
                margin: 25px 0px 0 0px;
            }

            #ares4 .ie-grid {
                width: 620px;
                left: 10px;
                margin: auto;
            }
            #ares4 .ie-grid .grid-sizer {
                width: 67.5px;
                display: inline-block;
            }
            #ares4 .ie-grid .grid-gutter {
                width: 10px;
                display: inline-block;
            }
            
            #ares4 .ie-grid .ie .back-1 h2 {
                width: 95%;
                padding: 8px 0px 8px 14px;
            }  
            
            #ares4 .ie-grid .ie .back-1 .ie-tabnav a h3 {
                font-size: 10px;
            }
            
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab img {
                height: auto !important;
                width: 100% !important;
            }

            #ares4 .ie-grid .ie-width-1 {
                width: 67.5px;
            }
            #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: 145px;
            }
            #ares4 .ie-grid .ie-width-2 h3 {
                font-size: 18px;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                font-size: 10px;
            }
            #ares4 .ie-grid .ie-width-3 {
                width: 222.5px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 34px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 16px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 32px;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-5 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-6 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-7 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-7 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-8 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 67.5px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 145px;
            }
            #ares4 .ie-grid .ie-height-3 {
                height: 222.5px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 300px;
                height: 300px;
            }
        }
        
        
        @media screen and (max-width: 590px) {
            
 
            
 
            
            #ares4 #headerbanner img {
                position: fixed;
                top: 10px;
                height: auto;
                width: 70%;
            }
            
        }
        
        @media screen and (max-width: 540px) {
            
 
            
 
            
            #ares4 #headerbanner img {
                position: fixed;
                top: 15px;
                height: auto;
                width: 70%;
            }
            
        }

        @media screen and (max-width: 420px) {
            
            #ares4 .site-wrapper {
                padding: 157px 0 150px 0;
            }
            
            #ares4 #headerbanner img {
                position: fixed;
                top: 45px;
                height: auto;
                width: 100%;
            }
            
            #ares4 .header-container {
                margin-top: 25px;
            }
            
            #ares4 #logo {
                position: relative;
                top: -10px;
            }
            
            #ares4 #logo img {
                width: auto;
                height: 70px;
                margin: 25px 0px 0 0px;
            }
            #ares4 .ie-grid {
                width: 335px;
                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 .back-1 h2 {
                width: 96%;
                font-size: 18px;
            }
            
            #ares4 .ie-grid .ie .back-1 .ie-tabnav a h3 {
                font-size: 10px;
            }
            
            #ares4 .ie-grid .ie .back-1 .ie-tabnav {
                margin: -5px 0 0 0;
            }
            
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
                font-size: 12px;
            }
            
    
        
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab img {
                height: auto !important;
                width: 100% !important;
            }
            #ares4 .ie-grid .ie-width-1 {
                width: 77.5px;
            }
            #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: 162.5px;
            }
            #ares4 .ie-grid .ie-width-2 h3 {
                font-size: 18px;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                font-size: 10px;
            }
            #ares4 .ie-grid .ie-width-3 {
                width: 222.5px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 34px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 16px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 32px;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-5 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 32px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-6 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-7 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-7 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-8 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 76px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 162.5px;
            }
            #ares4 .ie-grid .ie-height-3 {
                height: 222.5px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 335px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 332.5px;
                height: 400px;
            }
        }
        
         @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;
                
            }
        }
    
    