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

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

        @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
        
                
        @font-face {
          font-family: 'Colaborate Light';
          src: url('https://ares4.info/fonts/Colaborate/colaborate-light/colaborate-light.eot'); /* IE9 Compat Modes */
          src: url('https://ares4.info/fonts/Colaborate/colaborate-light/colaborate-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
               url('https://ares4.info/fonts/Colaborate/colaborate-light/colaborate-light.woff') format('woff'), /* Pretty Modern Browsers */
               url('https://ares4.info/fonts/Colaborate/colaborate-light/colaborate-light.ttf')  format('truetype'); /* Safari, Android, iOS */
        }
        @font-face {
          font-family: 'Colaborate Regular';
          src: url('https://ares4.info/fonts/Colaborate/colaborate-regular/colaborate-regular.eot'); /* IE9 Compat Modes */
          src: url('https://ares4.info/fonts/Colaborate/colaborate-regular/colaborate-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
               url('https://ares4.info/fonts/Colaborate/colaborate-regular/colaborate-regular.woff') format('woff'), /* Pretty Modern Browsers */
               url('https://ares4.info/fonts/Colaborate/colaborate-regular/colaborate-regular.ttf')  format('truetype'); /* Safari, Android, iOS */
        }
        /* General */

        #ares4 {
            min-height: 100%;
            width: 100%;
            padding: 0;
            margin: 0;
            font-family: 'Colaborate Regular';
            background-color: #F5F5F5;
        }
        
        #ares4 .site-wrapper {
			max-width:1350px;
			margin-left:auto;
			margin-right:auto;
			padding: 5px 0 50px 0;
			background-repeat: no-repeat;
        }
        
        #ares4 #footer {
            z-index: 1000;
        }
        
        /* Logo */

        #ares4 #logo img {
            width: auto;
            height: 100px;
            margin: 25px 0px 0 0px;
        }
        /* Seach Box */

        #ares4 #search {
            padding: 10px;
            margin: 10px;
            border: 1px solid #000;
            width: 200px;
            box-sizing: border-box;
        }
        /* Breadcrumb Trail */
		#ares4 .breadcrumb-container {
			position: relative;
			z-index: -1;
		}
        #ares4 #breadcrumb {
            font-size: 14px;
            color: #696969;
            margin-bottom: 10px;
            padding: 20px 0 0 10px;
        }

        #ares4 #breadcrumb a {
            margin: 0 10px 0 0;
            color: #696969;
            text-decoration: none;
        }
        /* Information Room */

        #ares4 .ie-grid {
            background-position: center center;
            background-size: 1000px;
            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;
        }

        #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-position: bottom right !important;
            background-size: contain !important;
            background-repeat: no-repeat;
            background-color: white;
        }
        
        /*#ares4 .ie-grid .ie a.front.front-1:before {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            background-color: #fff;
            height: 60px;
            z-index: 0;
        }*/
        
        /*#ares4 .ie-grid .ie a.front.front-1:after {
            content: "";
            border-width: 16px 16px 0px 0px;
            border-style: solid;
            position: absolute;
            border-color: transparent #fff transparent #fff;
            transform: rotate(45deg);
            top: 52px;
            left: 25px;
        }*/

        #ares4 .ie-grid .ie .front-1 h3 {
			/*display: block;
            color: #274857!important;
            position: absolute;
            font-size: 24px;
            top: 5px;
            margin: 0 0 0 15px;*/
            color: #274857 !important;
            position: relative;
            font-size: 24px;
            margin: -10px -10px 0 -10px;
            background-color: #fff;
            padding: 10px 0 2px 15px;
        }

        #ares4 .ie-grid .ie .front-1 h4 {
			/*display: block;
            color: #274857!important;
            position: absolute;
            font-size: 15px;
            top: 35px;
            margin: 0 0 0 15px;
            font-family: 'Colaborate Light';*/
            display: block;
            color: #274857 !important;
            position: relative;
            font-size: 15px;
            margin: 0 -10px 0 -10px;
            font-family: 'Colaborate Light';
            padding: 0 0 7px 15px;
            background-color: #fff;
        }
        #ares4 .ie-grid .ie .front-1 h4:after {
            content: "";
            position: absolute;
            bottom: -20px;
            left: 15px;
            border-width: 10px 10px 10px 10px;
            border-style: solid;
            border-color: #fff transparent transparent transparent;
            z-index: 2;	
        }

        #ares4 .ie-grid .ie .front-2 {
            cursor: pointer;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            /*background-position: center center;*/
            background-position: top left !important;
            /*background-size: cover;*/
            background-repeat: no-repeat;
            background-color: white;
            position: absolute;
            /*background-position: top!important;*/
            height: 100%;
            width: 100%;
            background-size: 100% auto !important;
        }
        
        #ares4 .ie-grid .ie a.front.front-2:after {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            z-index: 0;
            height: 40px;
            background-color: #fff;
        }

        #ares4 .ie-grid .ie .front-2 h3 {
		/*#ares4 .ie-grid .ie:not(.ie-width-1):not(.ie-width-2):not(.ie-width-3):not(.ie-width-5):not(.ie-width-6):not(.ie-width-7):not(.ie-width-8) .front-2 h3 {*/
            position: absolute;
            bottom: 50px;
            left: 0px;
            font-size: 24px;
            margin: 0 0 0 10px;
            z-index: 4;
        }
		#ares4 .ie-grid .ie .front-2 h3.front2 {
		/*#ares4 .ie-grid .ie:not(.ie-width-1):not(.ie-width-2):not(.ie-width-4):not(.ie-width-5):not(.ie-width-6):not(.ie-width-7):not(.ie-width-8) .front-2 h3 {*/
            position: absolute;
			bottom: 6px;
			left: 0px;
			margin-bottom: 0px;
			z-index: 1;
        }

        #ares4 .ie-grid .ie .front-2 h4 {
		/*#ares4 .ie-grid .ie:not(.ie-width-1):not(.ie-width-2):not(.ie-width-3):not(.ie-width-5):not(.ie-width-6):not(.ie-width-7):not(.ie-width-8) .front-2 h4 {*/
            font-size: 18px;
            font-family: Colaborate Light;
            margin: 0 0 0 10px;
            position: absolute;
            /*top: 400px;*/
            bottom: 10px;
            left: 0px;
            z-index: 1;
        }
        
        #ares4 .ie-grid .ie .front-3 {
            cursor: pointer;
            height: 92%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            background-size: 65% 100%!important;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            background-position: left!important;
            height: 100%;
        }
        
        /*#ares4 .ie-grid .ie a.front.front-3:before {
            content: "";
            position: absolute;
            bottom: 20px;
            left: 20px;
            border-width: 10px 10px 10px 10px;
            border-style: solid;
            border-color: #fff transparent transparent transparent;
            z-index: 2;
        }*/
        
        /*#ares4 .ie-grid .ie a.front.front-3:after {
            content: "";
            position: absolute;
            top: 0px;
            height: 56px;
            background-color: #fff;
            width: 100%;
            left: 0px;
        }*/

        #ares4 .ie-grid .ie .front-3 h3 {
            position: absolute;
            left: 0px;
            top: 0px;
            height: auto;
            width: auto;
            padding: 30px 10px 0px 10px;
            margin: 0;
            font-size: 28px;
            z-index: 3;
        }

        #ares4 .ie-grid .ie .front-3 h4 {
            display: inline-block;
            background-color: #ededed;
            position: absolute;
            left: 0px;
            margin-left: 10px;
            bottom: 0px;
            height: auto;
            width: calc(100% - 40px);
            padding: 2px 10px 3px 30px;
            margin: 0;
            font-size: 16px;
            font-family: Colaborate Light;
            z-index: 2;
        }
		#ares4 .ie-grid .ie .front-3 h4:after {
			content: "";
            position: absolute;
            top: 0px;
            left: 10px;
            border-width: 10px 10px 10px 10px;
            border-style: solid;
            border-color: #fff transparent transparent transparent;
            z-index: 2;	
		}
        
        #ares4 .ie-grid .ie .front-4 {
            cursor: pointer;
            height: 92%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background-size: 50% 100%!important;
            background-position: right!important;
        }
        

        #ares4 .ie-grid .ie .front-4 h3 {
            position: absolute;
            left: 0px;
            top: 0px;
            height: auto;
            width: auto;
            padding: 20px;
            margin: 0;
            font-size: 24px;
            color: #274857!important;
        }

        #ares4 .ie-grid .ie .front-4 h4 {
            position: absolute;
            left: 0px;
            top: 50px;
            height: auto;
            width: auto;
            padding: 20px;
            margin: 0;
            color: #274857!important;
            font-size: 16px;
            font-family: Colaborate Light;
            z-index: 2;
        }

        #ares4 .ie-grid .ie .front-5 {
            cursor: pointer;
            height: 92%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            /*background-size: 65% 100%!important;*/
            background-size: 100% auto !important;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            background-position: center right !important;
            height: 100%;
        }

        #ares4 .ie-grid .ie .front-5 h3 {
            position: absolute;
            /*right: 80px;
            top: 75px;*/
            top: 50%;
            left: 10px;
            height: auto;
            /*width: 25%;*/
            transform: translateY(-50%);
            margin: 0;
            font-size: 28px;
        }

        #ares4 .ie-grid .ie .front-5 h4 {
            position: absolute;
            right: 13px;
            top: 145px;
            height: auto;
            width: 30%;
            margin: 0;
            font-size: 22px;
            font-family: Colaborate Light;
        }
        #ares4 .ie-grid .ie .front-5.fullsize {
            background-size: auto 100% !important;
        }
        #ares4 .ie-grid .ie.ie-width-8.ie-height-1 .front-5.fullsize {
            background-size: 100% auto !important;
        }
        #ares4 .ie-grid .ie.ie-width-8.ie-height-1 .front-5.fullsize h3,
        #ares4 .ie-grid .ie.ie-width-8.ie-height-1 .front-5.fullsize h4 {
            display: none;
        }

        #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: 2px solid #274857;
            border-radius: 1px;
        }
        
        #ares4 .ie-grid .ie .back-1:before {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 70px;
            background-color: #274857;
        }

        #ares4 .ie-grid .ie .back-1 h2 {
            position: absolute;
            top: 23px;
            left: 30px;
            margin: 0;
            background-color: #274857;
            font-size: 24px;
        }

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

        #ares4 .ie-grid .ie .back-1 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 110px 0;
            border-top: 1px solid #274857;
        }
        #ares4 .ie-grid .ie .back-1 .ie-tab hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 10px 0;
            border-top: 1px solid #999;
        }
        #ares4 .ie-grid .ie .back-1 .ie-tab div h2,
        #ares4 .ie-grid .ie .back-1 .ie-tab div h3,
        #ares4 .ie-grid .ie .back-1 .ie-tab div h4,
        #ares4 .ie-grid .ie .back-1 .ie-tab div h5,
        #ares4 .ie-grid .ie .back-1 .ie-tab div h6 {
            position: relative !important;
            top: 0;
            left: 0;
            background: none;
        }

        #ares4 .ie-grid .ie .back-1 .ie-close {
            position: absolute;
            right: 0;
            color: #fff;
            opacity: 0.3;
            font-size: 17px;
            margin: 0px 10px 0 0;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }

        #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: -110px 0 0 0;
            /*height: 30px;*/
            height: 0px;
            text-align: left;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabnav a {
            text-decoration: none;
            cursor: pointer;
            display: inline-block;
            font-size: 19px;
            line-height: 23px;
            font-family: Colaborate Regular;
            top: -34px;
            position: relative;
            padding: 5px 15px;
            color: #274857;
        }

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

        #ares4 .ie-grid .ie .back-1 .ie-tabnav .active {
            color: #fff;
            background-color: #274857;
        }

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

        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
            height: 100%;
			max-height: 280px;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            width: 100%;
            font-family: Colaborate Light;
            color: #274857;
            font-size: 16px;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options {
            display: block;
            table-layout: fixed;
            width: 100%;
            height: 25px;
            bottom: 0;
            left: 0;
            background-color: #274857;
            position: absolute;
            text-align: center;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options div {
            list-style-type: none;
            display: inline-block;
            height: 25px;
            text-align: center;
            vertical-align: middle;
            margin: 0px 5px;
            position: relative;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options div .fa {
            color: #fff;
            font-size: 17px;
            margin-top: 4px;
            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;
        }
        
        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab blockquote {
            position: relative;
            font-style: italic;
            background-color: #efefef;
            padding: 1px 20px;
            margin: 10px 20px;
        }
        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab blockquote::before {
            content: '»';
            position: absolute;
            top: 9px;
            left: 5px;
            font-size: 21px;
        }
        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab blockquote::after {
            content: '«';
            position: absolute;
            bottom: 9px;
            right: 8px;
            font-size: 21px;
        }
        
        /* 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: 1310px;
        }*/

        #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: 650px;
            height: 430px;
        }
        
        #ares4 .ie-grid .ie-width-8.ie-height-1 {
            width: 1310px;
        }
        
        .suchtext {
            padding: 10px;
        }
        .suchtext a {
            color: #274857;
        }
        
        #lightbox {
    		display: none;
    		position: fixed;
    		top: 0px;
    		left: 0px;
    		width: 100%;
    		height: 100%;
    		background-color: rgba(255,255,255,0.75);
    		z-index: 1000;
    	}
    	#lightboxinhalt {
    		position: fixed;
    		width: 40%;
    		top: 15%;
    		left: 50%;
    		transform: translateX(-50%);
    	}
    	#lbheader {
    		position: relative;
    		font-family: ClarendonBTRoman;
    		font-size: 24px;
    		color: #fff;
    		height: 31px;
    		background-color: #8B1B10;
    		padding: 5px;
    	}
    	#lbheader::before {
    		content: "";
    		position: absolute;
    		right: -40px;
    		top: 0px;
    		height: 41px;
    		width: 41px;
    		background: url('https://zedach.ares4.info/img/schraege.png');
    		background-position: center right;
    		background-repeat: no-repeat;
    	}
    	/*#lbheader::before {
    		content: "";
    		position: absolute;
    		right: -40px;
    		border-style: solid;
    		border-width: 40px;
    		border-color: #8B1B10 transparent transparent transparent;
    		top: -39px;
    		transform: rotate(180deg);
    		height: 0;
    		width: 0;
    	}*/
    	/*#lbheader::after {
    		content: "";
    		position: absolute;
    		right: -20px;
    		border-style: solid;
    		border-width: 150px 10px 10px 10px;
    		border-color: #8B1B10;
    		top: 20px;
    		transform: rotate(180deg);
    	}*/
    	#lbheader a {
    		position: absolute;
    		top: 12px;
    		right: 0px;
    		font-size: 16px;
    		color: #fff;
    		text-decoration: none;
    	}
    	#lbinhalt {
    		background-color: #fff;
    		border: solid 1px #8B1B10;
    		margin-right: -40px;
    	}
    	iframe#kontaktframe {
    		width: 100%;
    		max-width: 100%;
    		/*height: 500px;*/
    		border: none;
    	}
    	
    	.breaker {
    	    display: none;
    	}
		
        /* Responsive */
		
		@media screen and (max-width: 1328px) {
			#ares4 .ie-grid .ie-width-8 a.front-5 {
				background-size: auto 100% !important;
			}
			#ares4 .ie-grid .ie-width-8.ie-height-1 {
				width: 870px;
			}
			#ares4 .ie-grid .ie-width-8 a.front-5 h3 {
			    top: 125px;
			    right: 0px;
			    width: auto;
			    text-align: right;
                padding: 10px;
			    z-index: 1;
			}
			#ares4 .ie-grid .ie-width-8 a.front-5 h4 {
			    top: 150px;
			    right: 0px;
			    width: 248px;
                padding: 10px 10px 10px 150px;
			    z-index: 0;
			}
			#ares4 .ie-grid .ie-width-8 a.front-5 h3:before,
			#ares4 .ie-grid .ie-width-8 a.front-5 h4:before {
				display: block;
				position: absolute;
				top: 0px;
				left: 0px;
				width: 100%;
				height: 100%;
				content: '';
				background-color: #FFF;
				z-index: -1;
			}
			
			#ares4 .ie-grid .ie-width-8.ie-height-1 a.front-5 h3 {
			    position: absolute;
			    top: 50%;
			    left: 0;
			    width: calc(100% - 20px);
			    text-align: left;
			    transform: translateY(-50%);
			    z-index: 1;
			}
			#ares4 .ie-grid .ie-width-8.ie-height-1 a.front-5 h3:before {
			    top: -50%;
			    height: 100px;
			    background-color: rgba(255,255,255,0.8);
			}
		}
		
		@media screen and (max-width: 1200px) {
		    #ares4 #searchbar {
		        top: 129px !Important;
		    }
		}
		
		@media screen and (max-width: 1024px) {
			#ares4 #searchbar {
				top: unset !important;
				margin-top: 25px;
				width: 110% !important;
			}
			#ares4 .hide-search::after {
			    bottom: 21px !important;
			    height: 20px !important;
			    background-size: 50% !important;
			}
			#ares4 #search {
			    line-height: 17px !important;
			    font-size: 12px !important;
			}
			
			#ares4 .ie-grid .ie-width-8 a.front-5 h3 {
			    position: absolute;
			    top: 50%;
			    left: 0;
			    width: calc(100% - 20px);
			    /*text-align: center;*/
			    transform: translateY(-50%);
			    z-index: 1;
			}
			#ares4 .ie-grid .ie-width-8 a.front-5 h3:before {
			    top: -50%;
			    height: 100px;
			    background-color: rgba(255,255,255,0.8);
			}
		}
		
		@media screen and (max-width: 900px) {
    		#ares4 .ie-grid .ie-width-8.ie-height-1 {
                width: 650px;
            }
		}
		
		@media screen and (max-width: 768px) {
		    #ares4 #searchbar {
		        top: 134px !Important;
		        margin-top: 0;
		    }
			#ares4 .ie-grid .ie-width-8 a.front-5 {
				background-size: auto 100% !important;
                background-position: center center !important;
			}
			#ares4 .ie-grid .ie-width-8.ie-height-1 {
				width: 430px;
			}
			#ares4 .ie-grid .ie .back-1 .ie-tabnav a h3 {
				font-size: 14px;
			}
		}
		
        @media screen and (max-width: 740px) {
            #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-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: 46px;
            }
            #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;
            }
            
            #ares4 .ie-grid .ie-width-8.ie-height-1 {
                height: 100px;
            }
            
            #ares4 .ie-grid .ie-width-8 a.front-5 h3 {
			    top: 110px;
			    font-size: 24px;
			    padding-bottom: 0px;
			}
			#ares4 .ie-grid .ie-width-8 a.front-5 h4 {
			    top: 161px;
			    width: 190px;
			    font-size: 16px;
                padding: 0 10px 10px 100px;
			}
            
            #ares4 .ie-grid .ie-width-8.ie-height-1 a.front-5 h3 {
                padding-top: 0px;
            }
            
            #ares4 .ie-grid .ie-width-8.ie-height-1 a.front-5 h3:before {
                top: -130%;
            }
			
			#ares4 .ie-grid .ie .front-2 h3 {
			/*#ares4 .ie-grid .ie:not(.ie-width-1):not(.ie-width-2):not(.ie-width-3):not(.ie-width-5):not(.ie-width-6):not(.ie-width-7):not(.ie-width-8) .front-2 h3 {*/
			    bottom: 36px;
            }
            #ares4 .ie-grid .ie .front-2 h4 {
			/*#ares4 .ie-grid .ie:not(.ie-width-1):not(.ie-width-2):not(.ie-width-3):not(.ie-width-5):not(.ie-width-6):not(.ie-width-7):not(.ie-width-8) .front-2 h4 {*/
                /*top: 268px;*/
                bottom: 7px;
                font-size: 16px;
            }
            #ares4 .ie-grid .ie a.front.front-2::after {
                bottom: 0px;
                height: 35px;
            }
            
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
                max-height: 170px;
            }
        }
        
        @media screen and (max-width: 520px) {
            .breaker {
        	    display: block;
        	    overflow: hidden;
        	    height: 1px;
        	}
        }
        
        @media screen and (max-width: 360px) {
            .breaker {
        	    display: block;
        	    overflow: hidden;
        	    height: 1px;
        	    margin-top: -10px;
        	}
        }
        
        @media screen and (max-width: 480px) {
            #main {
                padding-top: 40px;
            }
            #ares4 #searchbar {
				top: 94px !important;
			}
            #ares4 #logo img {
                width: auto;
                height: 70px;
                margin: 25px 0px 0 0px;
            }
			#ares4 .ie-grid .ie .back-1 .ie-tabnav a {
				padding: 5px;
			}
			#ares4 .ie-grid .ie .back-1 .ie-tabnav a h3 {
				font-size: 11px;
			}
            #ares4 .ie-grid {
                width: 320px;
                left: 10px;
                margin: auto;
                padding-bottom: 40px;
            }
            #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-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: 46px;
            }
            #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.ie-width-3.ie-height-1,
            #ares4 .ie.ie-width-3.ie-height-2 {
                width: 300px;
            }
            #ares4 .ie.ie-width-3.ie-height-2 {
                height: 195px;
            }
            #ares4 .ie.ie-width-3.ie-height-1 a.front-1,
            #ares4 .ie.ie-width-3.ie-height-2 a.front-1 {
                background-size: 100% auto !important;
            }
            
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 300px;
                height: 300px !important;
            }
            
            #ares4 .ie-grid .ie .front-1 h3 {
               font-size: 18px; 
            }
            #ares4 .ie-grid .ie .front-2 h4.h4korrekt {
                bottom: 5px;
            }
            #ares4 .ie-grid .ie-width-2 a.front-1 h3 {
                font-size: 16px;
            }
            #ares4 .ie-grid .ie-width-2 a.front-1 h4 {
                font-size: 12px;
            }
            
            #ares4 .ie-grid .ie-width-3 h3 {
                padding-top: 5px !important;
            }
            
            #ares4 .ie-grid .ie-width-4 a.front-2 {
                background-position: 0px -20px !important;
                background-size: 101% auto !important;
            }
			#ares4 .ie-grid .ie:not(.ie-width-1):not(.ie-width-2):not(.ie-width-4):not(.ie-width-5):not(.ie-width-6):not(.ie-width-7):not(.ie-width-8) a.front-2 {
                background-position: -25px 0px !important;
                background-size: 112% auto !important;
            }
            #ares4 .ie a.front-2 {
                background-position: 0px 0px !important;
            }
            
            #ares4 .ie-grid .ie .front-3 h3 {
                font-size: 18px;
            }
            
            /*#ares4 .ie-grid .ie .front-1 h3 {
                font-size: 18px;
                padding: 10px;
            }
            #ares4 .ie-grid .ie .front-1 h4 {
                font-size: 12px;
                padding: 10px;
            }*/
            #ares4 .ie-grid .ie .front-2 h3 {
			/*#ares4 .ie-grid .ie:not(.ie-width-1):not(.ie-width-2):not(.ie-width-3):not(.ie-width-5):not(.ie-width-6):not(.ie-width-7):not(.ie-width-8) .front-2 h3 {*/
                bottom: 49px;
            }
			#ares4 .ie-grid .ie .front-2 h3.front2 {
			/*#ares4 .ie-grid .ie:not(.ie-width-1):not(.ie-width-2):not(.ie-width-4):not(.ie-width-5):not(.ie-width-6):not(.ie-width-7):not(.ie-width-8) .front-2 h3 {*/
				bottom: 11px;
			}
            #ares4 .ie-grid .ie .front-2 h4 {
			/*#ares4 .ie-grid .ie:not(.ie-width-1):not(.ie-width-2):not(.ie-width-3):not(.ie-width-5):not(.ie-width-6):not(.ie-width-7):not(.ie-width-8) .front-2 h4 {*/
                /*top: 258px;*/
                bottom: 12px;
            }
            #ares4 .ie-grid .ie .front-4 h3 {
                font-size: 13px;
                padding: 10px;
            }
            #ares4 .ie-grid .ie .front-4 h4 {
                font-size: 12px;
                padding: 10px;
            }
            #ares4 .ie-grid .ie .front-4 {
                background-size: 50% auto !important;
            }
            #ares4 .ie-grid .ie a.front.front-2::after {
                height: 45px;
            }
            
            #ares4 .ie-grid .ie .back-1::before {
                height: 40px;
            }
            #ares4 .ie-grid .ie .back-1 h2 {
                top: 10px;
                left: 20px;
                font-size: 16px;
                margin-right: 30px;
            }
            #ares4 .ie-grid .ie .back-1 hr {
                margin-top: 70px;
            }
            #ares4 .ie-grid .ie .back-1 .ie-tabnav {
                margin: -110px 0 0 0;
            }
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
                max-height: 190px;
            }
            
            #ares4 .ie-grid .ie-width-8.ie-height-1 {
                height: 100px;
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-8.ie-height-1 .front-5 {
                height: 100px;
            }
            #ares4 .ie-grid .ie-width-8 a.front-5 h3 {
                top: 50%;
                padding-bottom: 10px;
            }
            #ares4 .ie-grid .ie-width-8.ie-height-1 a.front-5 h3::before {
                top: calc(-100% + 7px);
            }
        }
        
        @media screen and (max-width: 900px) and (orientation: landscape) {
            #ares4 .site-wrapper {
                padding: 0 0 0 0 !important;
            }
            #header {
                position: relative !important;
            }
            #ares4 #footer {
                position: relative !important;
                bottom: unset !important;
                left: unset !important;
                height: 50px;
            }
        }
        
        @media screen and (max-width: 820px) and (orientation: landscape) {
            #ares4 .site-wrapper {
                padding: 0 0 0 0 !important;
            }
            #header {
                position: relative !important;
            }
            #ares4 #kontakticon {
                top: 22px !important;
            }
            #ares4 #logo a img {
                height: 30px !important;
            }
            #ares4 #searchbar {
                top: 14px !important;
                width: 300px !important;
                margin-top: 0;
            }
            
            /*#ares4 .ie-grid .ie.ie-width-2.ie-height-2 .front-1 {
                background-position: center bottom !important;
                background-size: auto 60% !important;
            }*/
            #ares4 .ie-grid .ie .front-1 h3 {
                font-size: 14px;  
            }
            
            /*#ares4 .ie-grid .ie .front-2 h4.h4korrekt {
                bottom: 5px !important;
            }*/
            #ares4 .ie-grid .ie .front-3 h3 {
                font-size: 18px;
                padding: 3px 10px 0px 10px;
            }
            #ares4 .ie-grid .ie .front-4 h3 {
                font-size: 13px;
                padding: 10px;
            }
            #ares4 .ie-grid .ie .front-4 h4 {
                font-size: 12px;
                padding: 10px;
            }
            #ares4 .ie-grid .ie .front-4 {
                background-size: 50% auto !important;
            }
            
            #ares4 .ie-grid .ie .back-1::before {
                height: 40px;
            }
            #ares4 .ie-grid .ie .back-1 h2 {
                top: 10px;
                left: 20px;
                font-size: 16px;
                margin-right: 30px;
            }
            #ares4 .ie-grid .ie .back-1 hr {
                margin-top: 70px;
            }
            #ares4 .ie-grid .ie .back-1 .ie-tabnav {
                margin: -110px 0 0 0;
            }
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
                max-height: 190px;
            }
            
            #ares4 #footer {
                position: relative !important;
                bottom: unset !important;
                left: unset !important;
                height: 50px;
            }
            
            #ares4 .ie-grid .ie-width-8.ie-height-1 {
                height: 20px;
            }
            #ares4 .ie-grid .ie-width-8.ie-height-1 .front-5 {
                height: 20px;
            }
            
            #ares4 .ie-grid .ie.ie-maximized {
                width: calc(100% - 30px) !important;
            }
            #ares4 .ie-grid .ie-maximized {
                max-width: none;
                height: auto !important;
            }
            
            #ares4 .ie-grid .ie-width-8.ie-height-1 {
                height: 100px;
                /*width: 300px;*/
                width: 455px;
            }
            #ares4 .ie-grid .ie-width-8.ie-height-1 .front-5 {
                height: 100px;
            }
            #ares4 .ie-grid .ie-width-8 a.front-5 h3 {
                top: 50%;
                padding-bottom: 10px;
            }
        }
        
        @media screen and (max-width: 740px) and (orientation: landscape) {
            #ares4 .ie-grid .ie .front-2 h4.h4korrekt {
                bottom: 0px !important;
            }
            #ares4 .ie-grid .ie-width-2 a.front-1 h4 {
                font-size: 12px;
            }
            
            #ares4 .ie-grid .ie-width-8.ie-height-1 {
                height: 100px;
                /*width: 300px;*/
            }
            #ares4 .ie-grid .ie-width-8.ie-height-1 .front-5 {
                height: 100px;
            }
            #ares4 .ie-grid .ie-width-8 a.front-5 h3 {
                top: 50%;
                padding-bottom: 10px;
            }
            #ares4 .ie-grid .ie-width-8.ie-height-1 a.front-5 h3::before {
                top: calc(-100% + 7px);
            }
        }
        
        @media screen and (max-width: 640px) and (orientation: landscape) {
            #ares4 .site-wrapper {
                padding: 0 !important;
            }
            #ares4 #kontakticon {
                top: 22px !important;
            }
            
            #ares4 .ie-grid .ie-width-8.ie-height-1 {
                height: 100px;
                /*width: 300px;*/
            }
            #ares4 .ie-grid .ie-width-8.ie-height-1 .front-5 {
                height: 100px;
            }
            #ares4 .ie-grid .ie-width-8 a.front-5 h3 {
                top: 50%;
                padding-bottom: 10px;
            }
            #ares4 .ie-grid .ie-width-8.ie-height-1 a.front-5 h3::before {
                top: calc(-100% + 7px);
            }
        }
        
        @media print {
            #header {
                position: relative !important;
            }
            #searchbar {
                display: none !important;
            }
            .ie-maximized,
            .back-1 {
                position: relative !important;
                height: auto !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;
            }
        }
    