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

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

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

/* IBMPlexSans Regular */
	@font-face {
	font-family: 'IBMPlexSansRegular';
	src: url('https://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Regular-Latin1.woff2') format('woff2'),
	     url('https://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Regular-Latin2.woff2') format('woff2'),
	     url('https://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Regular-Latin3.woff2') format('woff2'),
	     url('https://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Regular-Pi.woff2') format('woff2'),
         url('https://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Regular-Latin1.woff') format('woff'),
         url('https://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Regular-Latin2.woff') format('woff'),
         url('https://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Regular-Latin3.woff') format('woff'),
         url('https://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Regular-Pi.woff') format('woff');
	}
	
	@font-face {
	font-family: 'IBMPlexSansLight';
	src: url('https://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Light-Latin1.woff2') format('woff2'),
	     url('https://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Light-Latin2.woff2') format('woff2'),
	     url('https://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Light-Latin2.woff2') format('woff2'),
	     url('https://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Light-Pi.woff2') format('woff2'),
         url('https://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Light-Latin1.woff') format('woff'),
         url('https://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Light-Latin2.woff') format('woff'),
         url('https://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Light-Latin3.woff') format('woff'),
         url('https://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Light-Pi.woff') format('woff');
	}
	
	/* IBMPlexSerif Regular */
	@font-face {
	font-family: 'IBMPlexSerif';
	src:    url('https://ares4.info/fonts/ibm_plex/Serif/web/woff2/IBMPlexSerif-Regular-Latin1.woff2') format('woff2'),
    		url('https://ares4.info/fonts/ibm_plex/Serif/web/woff2/IBMPlexSerif-Regular-Latin2.woff2') format('woff2'),
    		url('https://ares4.info/fonts/ibm_plex/Serif/web/woff2/IBMPlexSerif-Regular-Latin3.woff2') format('woff2'),
    		url('https://ares4.info/fonts/ibm_plex/Serif/web/woff2/IBMPlexSans-Regular-Pi.woff2') format('woff2'),
            url('https://ares4.info/fonts/ibm_plex/Serif/web/woff/IBMPlexSerif-Regular-Latin1.woff') format('woff'),
    		url('https://ares4.info/fonts/ibm_plex/Serif/web/woff/IBMPlexSerif-Regular-Latin2.woff') format('woff'),
    		url('https://ares4.info/fonts/ibm_plex/Serif/web/woff/IBMPlexSerif-Regular-Latin3.woff') format('woff'),
    		url('https://ares4.info/fonts/ibm_plex/Serif/web/woff/IBMPlexSerif-Regular-Pi.woff') format('woff');
	}

	
        /* General */

        #ares4 {
            min-height: 100%;
            width: 100%;
            padding: 0;
            margin: 0;
            /*font-family: 'IBMPlexSerif', sans-serif;*/
            font-family: 'IBMPlexSansLight', sans-serif;
        }
		
		#ares4 .site-wrapper {
			max-width:1220px;
			margin-left:auto;
			margin-right:auto;
			padding: 5px 0 150px 0;
			background-repeat: no-repeat;
		}
		
        /* Logo */

        #ares4 #logo img {
            position: relative;
            width: auto;
            height: 130px;
            float: right;
            right: 80px;
            top: 20px;
        }
        /* Seach Box */
        
        #ares4 #searchbar {
            padding: 60px 0 0 0px;

        }

        #ares4 #search {
            padding: 10px;
            margin: 10px;
            border: 1px solid #000;
            width: 200px;
            box-sizing: border-box;
        }
        
        #ares4 #searchbar #search {
            width: 20px;
            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 90%;
        	padding: 10px 5px 10px 40px;
	
	


        }
        
        #ares4 #searchbar #search:focus {

            top:0;
            left:0;
            height:35px;
            color: #333;
            width:200px;
            border-radius:5px;
            border-bottom: 2px solid #333;
            outline: 0;
        }
          


        #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;
        }
        
        
        /* footer */
        
		#ares4 #icons img {
		    width: auto;
        	height: 37px;
		    
		}
		
		#ares4 #footer {
	     
            position: absolute; 
            bottom: 0px;
            left: 5px;
            text-align: left;
            font-size: 13px;
	        background-color: rgba(245, 245, 245, 0);
	        color: black;
	        width:99%;
            height:170px;
	        z-index: 3000;
	        margin-top: 60px;
        }
        
        #ares4 .icons{
 	       
            position: absolute; 
            top: 0px;
            left: 0px;
            text-align: center;
            width: 100%;
            height: 70px;
            padding: 100px 0px 0 20px;
	        z-index: 3000;
        }

        
        
        #ares4 #footer img {
        	width: auto;
        	height: 72px;
        	margin: 0px 40px 10px 0px;
        }
        
        #ares4 #footerinhalt a {
            text-decoration: none;
            color: #222;
        }
        
        #ares4 .icons {
  	       
            position: absolute; 
            top: 0px;
            left: 0px;
            text-align: center;
            width: 100%;
            height: 100px;
            padding: 70px 20px 0 20px;
            z-index: 3000;
        }
 
        #ares4 .icon-element {
           max-width: 15%;
           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: 35px;
           margin: 5px auto;
        }
        
        #ares4 #icon {
            overflow: hidden;
            position: fixed;
            right: 0;
            bottom: 40px;
            z-index: 3000;
        }
        
   
        
        /* 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: 10px;
            display: inline-block;
        }

        #ares4 .ie-grid .grid-gutter {
            width: 0px;
            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;
            transform: rotate(0deg);
        }
        

        #ares4 .ie-grid .ie .front-1 h3 {
            margin: 0 0 5px 0;
			font-weight: 200;
			text-align: center;
		    /*left: 107px;*/
			position: relative;
            transform: translate(0, -50%);
            top: 50%;
        }
        #ares4 .ie-grid .ie .front-1:hover > h3 {
            opacity: 0;
        }

        #ares4 .ie-grid .ie .front-1 h4 {
             margin: 0 0 5px 0;
			font-weight: 200;
			text-align: center;
		    /*left: 107px;*/
			position: relative;
            transform: translate(0, -50%);
            top: 26.5%;
            opacity: 0;
        }
        #ares4 .ie-grid .ie .front-1:hover > h4 {
             margin: 0 0 5px 0;
			font-weight: 200;
			text-align: center;
		    /*left: 107px;*/
			position: relative;
            transform: translate(0, -50%);
            top: 26.5%;
            opacity: 1;
        }
		
        #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;
            transform: rotate(0deg);
        }
        


        #ares4 .ie-grid .ie .front-2 h3 {
            margin: 0 0 5px 0;
			font-weight: 200;
			text-align: center;
        }

        #ares4 .ie-grid .ie .front-2 h4 {
            margin: 0;
			font-weight: 200;
            text-align: center;
        }		

        #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;
            transform: rotate(0deg);
        }

        #ares4 .ie-grid .ie .front-3 h3 {
            margin: 0 0 5px 0;
			font-weight: 200;
			text-align: center;
			position: relative;
            transform: translate(0, -50%);
            top: 50%;
            
        }
        #ares4 .ie-grid .ie .front-3:hover > h3 {
            opacity: 1;
        }

        #ares4 .ie-grid .ie .front-3 h4 {
             margin: 0 0 5px 0;
			font-weight: 200;
			text-align: center;
			position: relative;
            transform: translate(0, -50%);
            top: 31.5%;
            opacity: 0;
            
        }
        #ares4 .ie-grid .ie .front-3:hover > h4 {
             margin: 0 0 5px 0;
			font-weight: 200;
			text-align: center;
			position: relative;
            transform: translate(0, -50%);
            top: 31.5%;
            opacity: 0;
        }
		
		#ares4 .ie-grid .ie .front-4 {
            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;
            transform: rotate(0deg);
        }
		
		
		#ares4 .ie-grid .ie .front-4 h3 {
            margin: 0px 0 5px 0;
            font-weight: 200;
            text-align: center;
            position: relative;
            transform: translate(0%, -50%);
            top: 50%;
            padding-left: 12%;
            padding-right: 12%;
        }
        
        /*Youtube  */
        
        #ares4 .ie-grid .ie .front-5 {
            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;
            transform: rotate(0deg);
        }

        #ares4 .ie-grid .ie .front-5 h3 {
            margin: 0 0 5px 0;
			font-weight: 200;
			text-align: center;
		    /*left: 107px;*/
			position: relative;
            transform: translate(0, -50%);
            top: 50%;
            
        }
        #ares4 .ie-grid .ie .front-5:hover > h3 {
            opacity: 0;
        }

        #ares4 .ie-grid .ie .front-5 h4 {
             margin: 0 0 5px 0;
			font-weight: 200;
			text-align: center;
			position: relative;
            transform: translate(0, -50%);
            top: 26.5%;
            opacity: 0;
            
        }
        #ares4 .ie-grid .ie .front-5:hover > h4 {
             margin: 0 0 5px 0;
			font-weight: 200;
			text-align: center;
			position: relative;
            transform: translate(0, -50%);
            top: 26.5%;
            opacity: 1;
        }

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

        #ares4 .ie-grid .ie .back-1 h2 {
            margin: 0 0 0 0;
            font-size: 20px;
			font-weight: 400;
			color: #575757 !important;
        }

        #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: 10px 0;
            border-top: 1px solid black;
        }

        #ares4 .ie-grid .ie .back-1 .ie-close {
            position: absolute;
            right: 0;
            color: black;
            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: -10px 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 black;
        }

        #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% - 88px);
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
            height: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 15px;
            line-height: 1.3;
            color: #575757;
        }
		
		#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: black;
        }
        #ares4.ie-grid .ie .back-1 .ie-tabs .ie-tab a:hover {
            color: #fbbb11;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options {
            position: absolute;
            width: 96%;
            height: 34px;
            bottom: 0;
            left: 0;
            text-align: right;
            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: 25px;
            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: #000;
            opacity: 0.5;
            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;
        }

        #ares4 .ie-grid .ie .back-2 {
            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: rgba(255, 255, 255, 0);
			color: #fff;
        }
        
        #ares4 .ie-grid .ie .back-2 h2 {
            margin: 0 0 0 0;
            font-size: 21px;
			font-weight: 400;
        }

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

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

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

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

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

        #ares4 .ie-grid .ie .back-2 .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 black;
        }

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

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

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

        #ares4 .ie-grid .ie .back-2 .ie-tabs .ie-tab {
            height: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 14px;
        }
		
		#ares4 .ie-grid .ie .back-2 .ie-tabs .ie-tab a, .ie-grid .ie .back-2 .ie-tabs .ie-tab a:visited, .ie-grid .ie .back-2 .ie-tabs .ie-tab a:active {
            color: black;
        }
        #ares4.ie-grid .ie .back-2 .ie-tabs .ie-tab a:hover {
            color: #fbbb11;
        }

        #ares4 .ie-grid .ie .back-2 .ie-options {
            position: absolute;
            width: 96%;
            height: 34px;
            bottom: 0;
            left: 0;
            text-align: right;
            background: none;
            border-top: dotted 0px rgb(100,100,100);
            padding: 0px 0 0 0;
            margin: 0 2%;
        }
			
        #ares4 .ie-grid .ie .back-2 .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: 25px;
            height: 24px;
            text-align: center;
            /* vertical-align: middle; */
            margin: 0 0 0 14px;
            font-size: 0px;

        }
		
        #ares4 .ie-grid .ie .back-2 .ie-options div .fa {
            color: #000;
            opacity: 0.5;
            font-size: 24px;
            margin-top: 2px;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }
        
        #ares4 .ie-grid .ie .back-2 .ie-options div .fa:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        
        
        
         /* ****************************** */
        #ares4 .ie-grid .ie .back-5 {    
            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: 0px solid #8b1b10;
        }
        
        #ares4 .ie-grid .ie .back-5 .ie-tabs #tab-0 {
            background: url(https://api.ares4.info/v0.1/file/149/downloads/loader.gif);
            background-position: center center;
            background-repeat: no-repeat;
        }
        
        #ares4 .ie-grid .ie .back-5 h1 {    
            position: relative;
            font-size: 22px;
            font-weight: normal !important;
            color: #696969 !important;
            background: none;
            padding: 0;
        }
        #ares4 .ie-grid .ie .back-5 h2 {
            margin: 0 5px 0 0;
            font-size: 20px;
			font-weight: 400;
			color: #575757 !important;
        }

        #ares4 .ie-grid .ie .back-5 h3 {
            margin: 0;
            font-size: 14px;
        }
        
        #ares4 .ie-grid .ie .back-5 .ie-tab h1 {
            position: relative;
            font-size: 24px;
            
            color: #8b1b10 !important;
            text-align: center;
        }
        #ares4 .ie-grid .ie .back-5 .ie-tab h2 {
            position: relative;
            font-size: 17px;
            font-weight: normal !important;
            color: #3d3d3d !important;
            background: none;
            padding: 0;
            margin-top: -9px;
        }
        #ares4 .ie-grid .ie .back-5 .ie-tab h3 {
            position: relative;
            font-size: 18px;
            font-weight: normal !important;
            color: #3d3d3d !important;
            background: none;
            padding: 0;
        }
        #ares4 .ie-grid .ie .back-5 .ie-tab p {
            color: #fff;
        }

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

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

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

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

        #ares4 .ie-grid .ie .back-5 .ie-tabnav a {
            text-transform: uppercase;
            text-decoration: none;
            color: #cccccc !important;
            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-5 .ie-tabnav a h3 {
            margin: 0px;
            padding: 0px;
            display: inline-block;
            font-size: 16px;
            line-height: 26px;
        }

        #ares4 .ie-grid .ie .back-5 .ie-tabnav .active {
            color: #8b1b10 !important;
            border-top: 2px solid #8b1b10;
        }

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

        #ares4 .ie-grid .ie .back-5 .ie-tabs .ie-tab {
            height: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 14px;
            font-family: DINRegular;
        }
        #ares4 .ie-grid .ie .back-5 .ie-tabs .ie-tab a {
            color: #8B1B14;
        }
        
        #ares4 .ie-grid .ie .back-5 .ie-tabs .ie-tab .videoframe {
            text-align: center;
            padding-top: 10px;
        }

        #ares4 .ie-grid .ie .back-5 .ie-options {
            display: block;
            table-layout: fixed;
            width: 100%;
            height: 25px;
            bottom: 0;
            left: 0;
            background-color: #8b1b10;
            position: absolute;
            text-align: center;
        }    
    
    
    
    
        /* 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: 200px;
        }

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

        #ares4 .ie-grid .ie-width-2 h4 {
            font-size: 20px;
            line-height: 1.5;
        }

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

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

        #ares4 .ie-grid .ie-width-3 h4 {
            font-size: 25px;
            line-height: 1.5;
        }

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

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

        #ares4 .ie-grid .ie-width-4 h4 {
            font-size: 25px;
            line-height: 1.5;
        }

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

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

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

        #ares4 .ie-grid .ie-width-6 h4 {
            font-size: 25px;
            line-height: 1.5;
        }

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

        #ares4 .ie-grid .ie-width-7 h3 {
            font-size: 21px;
        }

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

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

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

        #ares4 .ie-grid .ie-width-8 h4 {
            font-size: 25px;
            line-height: 1.5;
        }

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

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

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

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

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

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

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

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

        #ares4 .ie-grid .ie-maximized {
            width: 400px;
            height: 400px;
        }
        /* Responsive */

        @media screen and (max-width: 740px) {
            #ares4 #logo img {
                position: relative;
                width: auto;
                height: 60px;
                top: -20px;
                right: 140px;
            }
            
            #ares4 .icons {
                overflow: hidden;
                position: absolute;
                top: 0px;
                left: -30px;
                text-align: center;
                width: 100%;
                height: 100px;
                padding: 70px 20px 0 20px;
                z-index: 3000;
            }
            
            
            #ares4 #footerinhalt a {
                text-decoration: none;
                color: #222;
                font-size: 10px;
            }
            
    
    
            #ares4 #footer img {
               width: auto;
               height: 40px;
               margin: 0 auto;
            }
            #ares4 .ie-grid {
                width: 620px;
                left: 20px;
                margin: auto;
            }
            #ares4 .ie-grid .grid-sizer {
                width: 0px;
                display: inline-block;
            }
            #ares4 .ie-grid .grid-gutter {
                width: 0px;
                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: 13px;
                line-height: 1.4;
            }
            #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: 16px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 16px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 290px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 13px;
                line-height: 1.4;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-5 {
                width: 290px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 16px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-6 {
                width: 290px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 16px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-7 {
                width: 290px;
            }
            #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: 290px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 16px;
                line-height: 1.4;
            }
            #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: 290px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 290px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 290px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 290px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 290px;
                height: 290px;
            }
        }

        @media screen and (max-width: 420px) {
            #ares4 #logo img {
                position: relative;
                width: auto;
                height: 60px;
                top: -20px;
                right: 50px;
            }
            
            #ares4 #searchbar {
                padding: 34px 0 0 0px;
            }
            
            #ares4 .icons {
                overflow: hidden;
                position: absolute;
                top: 0px;
                left: -30px;
                text-align: center;
                width: 100%;
                height: 100px;
                padding: 70px 20px 0 20px;
                z-index: 3000;
            }


            
            
            
            #ares4 .icon-element {
                max-width: 15%;
                height: 100%;
                display: inline-block;
                margin: 0px 5px;
            }
            
            #ares4 .ie-grid {
                width: 335px;
                left: 0px;
                margin: auto;
            }
            #ares4 .ie-grid .grid-sizer {
                width: 0px;
                display: inline-block;
            }
            #ares4 .ie-grid .grid-gutter {
                width: 0px;
                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: 167.5px;
            }
            #ares4 .ie-grid .ie-width-2 h3 {
                font-size: 13px;
                line-height: 1.4;
            }
            #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: 16px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 13px;
            }
            #ares4 .ie-grid .ie-width-4 {
               /* width: 335px;*/
                width: 167.5px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 13px;
                line-height: 1.4;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-5 {
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 16px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-6 {
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 16px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-7 {
                width: 335px;
            }
            #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: 335px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 16px;
                line-height: 1.4;
            }
            #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: 167.5px;
            }
            #ares4 .ie-grid .ie-height-3 {
                height: 222.5px;
            }
            #ares4 .ie-grid .ie-height-4 {
               /* height: 335px;*/
                height: 167.5px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 335px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 335px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 335px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 335px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 335px;
                height: 335px;
            }
        }
        
            #lightbox {
    		display: none;
    		position: fixed;
    		top: 0px;
    		left: 0px;
    		width: 100%;
    		height: 100%;
    		background-color: rgba(255,255,255,0.75);
    		z-index: 6000;
    	}
    	#lightboxinhalt {
    		position: absolute;
    		width: 40%;
    		top: 15%;
    		left: 50%;
    		transform: translateX(-50%);
    	}
    	#lbheader {
    		position: relative;
    		font-size: 24px;
    		color: #fff;
    		background-color: #2c2c2c;
    		padding: 5px;
    	}
    	#lbheader::before {
    		content: "";
    		position: absolute;
    		right: -38px;
    		border-style: solid;
    		border-width: 21px;
    		border-color: #2c2c2c;
    		top: 0;
    		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 #2c2c2c;
    		margin-right: -40px;
    	}
    	iframe#kontaktframe {
    		width: 100%;
    		max-width: 100%;
    		/*height: 500px;*/
    		border: none;
    	}
    	
    	@media screen and (max-width: 1024px) {
    		#lightboxinhalt {
        		width: 70% !important;
        	}
    	}
    	
    	@media screen and (max-width: 768px) {
    		#lightboxinhalt {
        		width: 90% !important;
        		left: 25%;
    		    transform: translateX(-25%);
        	}
    	}
    
    	@media screen and (max-width: 520px) {
    		#lightboxinhalt {
        		width: 80% !important;
        		left: 20%;
    		    transform: translateX(-20%);
        	}
    	}
    