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

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

        /* 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: 'IBMPlexSansRegular', sans-serif;*/
        }
        
        #ares4 #headerinhalt {
            height: 90px;
        }
		
		#ares4 .site-wrapper {
			max-width:1335px;
			margin-left:auto;
			margin-right:auto;
			padding: 5px 0 150px 0;
			background-repeat: no-repeat;
		}
		
        /* Logo */

        #ares4 #logo img {
            position: relative;
            width: auto;
            height: 100px;
            float: right;
            right: 200px;
            top: 5px;
        }
        /* Seach Box */
        
        #ares4 #searchbar {
            position: absolute;
            top: 70px;
            left: 5px;
        }

        #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 48%;
        	padding: 5px 5px 10px 22px;
        }
        
        #ares4 #searchbar #search:focus {
            top:0;
            left:0;
            height:35px;
            color: #333;
            width:200px;
            border-radius:5px;
            border-bottom: 2px solid #333;
            outline: 0;
        }
         
        /* Breadcrumb Trail */
        
        #ares4 .breadcrumb-block {
            position: relative;
            background-color: rgba(84, 128, 150, 0.0);
        }
        

        #ares4 #breadcrumb {
            font-size: 14px;
            color: #696969;
            margin-bottom: 10px;
            padding: 20px 0 0 100px;
        }

        #ares4 #breadcrumb a {
            margin: 0 10px 0 0;
            color: #696969;
            text-decoration: none;
        }
        
        #ares4 #breadcrumb .fa-home {
            font-size: 17px;
                
            }
            
        /********Sprache************************************/
        
        #ares4 .sprache{
            position: relative;
            top: 39px;
            left: 10px;
            display: inline-block;
            z-index: 3001;
        }
        
        #ares4 .sprache a {
            font-size: 15px;
            text-decoration: none;
            color: #696969;
        }
        
               /* Menu */
        
        #ares4 #static-menu {
    		display: inline-block;
    		width: 32px;
    		height: 26px;
    		background-color: rgba(255, 255, 255, 0);
    		border: 2px solid rgba(241, 151, 25, 0);
    		top: 13px;
    		left: 65px;
    		position: absolute;
    		z-index: 3001;
    	/*	box-shadow: 1px 3px 10px grey;*/
    	}
    	
    	  #ares4 .sml-static-menu {
    	      display: none !important;

    	}
    	#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: #696969;
    		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: #696969;
    		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: #696969;
    		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: 30px;
    		left: 0px;
    		width: 270px;
    		background-color: #fff;
    	}
    	#ares4 #static-menu .active-menu-block.active {
    		display: block;
    		z-index: 3;
    	}
    	#ares4 #static-menu .active-menu-block li {
    		padding: 0 10px;
    		list-style: none;
    		background-color: #fff;
    		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.21);
    		color: #000;
    	}
    	#ares4 #static-menu .active-menu-block li:hover {
    		background-color: #e8e8e8;
    		color: rgb(190, 98, 37);
    	}
    	#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%;
    	}
        
        
        
                /* footer */

		#ares4 #icons img {
		width: auto;
        	height: 37px;
		    
		}
		
		#ares4 #footer {
	        overflow: hidden;
            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{
             overflow: hidden;
            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 {
            overflow: hidden;
            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: 72px;
           margin: 0 auto;
        }
        
        /* Information Room */

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

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

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

        #ares4 .ie-grid .ie {
            border: 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:hover {
            -moz-transform: scale(1.02);
            -webkit-transform: scale(1.02);
            -o-transform: scale(1.02);
            -ms-transform: scale(1.02);
            transform: scale(1.02);
            
            box-shadow: 0 0 100px #000000;
            display: inline-block;
            position: relative;
            z-index: 9999;
            }*/

        #ares4 .ie-grid .ie .front-1 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-1 h4 {
            margin: 0;
        }
		
        #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 0px 0;
            font-weight: 200;
			text-align: center;
			position: relative;
            top: 40%;
            font-family: 'IBMPlexSerif', sans-serif;
        }

        #ares4 .ie-grid .ie .front-2 h4 {
            margin: 0 0 0px 0;
            font-weight: 200;
			text-align: center;
			position: relative;
            top: 40%;
            font-family: 'IBMPlexSerif', sans-serif;
        }		

         #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: 15px 15px 15px 15px;
			font-weight: 200;
            font-family: 'IBMPlexSerif', sans-serif;
            font-size: 20px;
            position: absolute;
            bottom: 0px;
        }

        #ares4 .ie-grid .ie .front-3 h4 {
            margin: 15px 15px 15px 15px;
			font-weight: 200;
            font-family: 'IBMPlexSerif', sans-serif;
            font-size: 20px;
            position: absolute;
            bottom: 0px;
        }	
		
		
		#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: 0 0 0px 0;
            font-weight: 200;
			text-align: center;
			position: relative;
            top: 40%;
            font-family: 'IBMPlexSerif', sans-serif;
            text-shadow: 
            1px 1px 0 #f39200,
            -1px 1px 0 #f39200,
            1px -1px 0 #f39200,
            -1px -1px 0 #f39200,
            0px 1px 0 #f39200,
            0px -1px 0 #f39200,
            -1px 0px 0 #f39200,
            1px 0px 0 #f39200,
            2px 2px 0 #f39200,
            -2px 2px 0 #f39200,
            2px -2px 0 #f39200,
            -2px -2px 0 #f39200,
            0px 2px 0 #f39200,
            0px -2px 0 #f39200,
            -2px 0px 0 #f39200,
            2px 0px 0 #f39200,
            1px 2px 0 #f39200,
            -1px 2px 0 #f39200,
            1px -2px 0 #f39200,
            -1px -2px 0 #f39200,
            2px 1px 0 #f39200,
            -2px 1px 0 #f39200,
            2px -1px 0 #f39200,
            -2px -1px 0 #f39200;
     /*   
        text-shadow:  
            1px 2px 0 #f39200, 
            -2px 2px 0 #f39200, 
            2px -2px 0 #f39200, 
            -2px -2px 0 #f39200, 
            0px 2px 0 #f39200, 
            0px -2px 0 #f39200, 
            -2px 0px 0 #f39200, 
            1px 0px 0 #f39200, 
            2px 2px 0 #f39200, 
            -1px 2px 0 #f39200, 
            2px -2px 0px #f39200, 
            -2px -1px 0 #f39200, 
            2px -2px 0 #f39200, 
            2px 0px 0 #f39200, 
            -2px 0px 0 #f39200, 
            2px 0px 0 #f39200, 
            1px 2px 0 #f39200, 
            -1px 2px 0 #f39200, 
            1px -2px 0 #f39200, 
            -1px -2px 0 #f39200, 
            2px 1px 0 #f39200, 
            -2px 1px 0 #f39200, 
            2px -1px 0 #f39200, 
            -2px -1px 0 #f39200,
            -1px 2px 0 #000, 
            1px -2px 0 #f39200, 
            -1px -2px 0 #f39200, 
            2px 1px 0 #f39200, 
            -2px 1px 0 #f39200, 
            2px -1px 0 #f39200, 
            -2px -1px 0 #f39200;
       
               text-shadow: 1px 2px 0 #f39200, -2px 2px 0 #f39200, 2px -2px 0 #f39200, -2px -2px 0 #f39200, 0px 2px 0 #f39200, 0px -2px 0 #f39200, -2px 0px 0 #f39200, 1px 0px 0 #f39200, 2px 2px 0 #f39200, -1px 2px 0 #f39200, 2px -2px 0px #f39200, -2px -1px 0 #f39200, 2px -2px 0 #f39200, 2px 0px 0 #f39200, -2px 0px 0 #f39200, 2px 0px 0 #f39200, 1px 2px 0 #f39200, -1px 2px 0 #f39200, 1px -2px 0 #f39200, -1px -2px 0 #f39200, 2px 1px 0 #f39200, -2px 1px 0 #f39200, 2px -1px 0 #f39200, -2px -1px 0 #f39200, -2px 3px 0 #f39200, -3px 5px 0 #f39200, 2px -3px 0 #f39200, -3px 4px 0 #f39200, -1px 5px 0 #f39200, -3px 3px 0 #f39200, -3px 1px 0 #f39200, -3px 0px 0 #f39200, -3px -1px 0 #f39200, -3px -2px 0 #f39200, 3px 2px 0 #f39200, -3px 2px 0 #f39200, 1px 5px 0 #f39200, 2px 5px 0 #f39200, 3px 3px 0 #f39200, -3px 2px 0 #f39200, -3px 2px 0 #f39200, -3px 2px 0 #f39200, -3px 2px 0 #f39200, -3px 2px 0 #f39200, -3px 2px 0 #f39200, -3px 2px 0 #f39200, -3px 2px 0 #f39200, -3px 2px 0 #f39200, -3px 2px 0 #f39200, -3px 2px 0 #f39200, -3px 2px 0 #f39200, -3px 2px 0 #f39200, -3px 2px 0 #f39200, -3px 2px 0 #f39200, 2px -3px 0 #f39200, -3px -3px 0 #f39200;
*/
       
        }
        
        

        #ares4 .ie-grid .ie .front-4 h4 {
            margin: 0 0 0px 0;
            font-weight: 200;
			text-align: center;
			position: relative;
            top: 40%;
            font-family: 'IBMPlexSerif', sans-serif;
            
            text-shadow:  
            1px 2px 0 #f39200, 
            -2px 2px 0 #f39200, 
            2px -2px 0 #f39200, 
            -2px -2px 0 #f39200, 
            0px 2px 0 #f39200, 
            0px -2px 0 #f39200, 
            -2px 0px 0 #f39200, 
            1px 0px 0 #f39200, 
            2px 2px 0 #f39200, 
            -1px 2px 0 #f39200, 
            2px -2px 0px #f39200, 
            -2px -1px 0 #f39200, 
            2px -2px 0 #f39200, 
            2px 0px 0 #f39200, 
            -2px 0px 0 #f39200, 
            2px 0px 0 #f39200, 
            1px 2px 0 #f39200, 
            -1px 2px 0 #f39200, 
            1px -2px 0 #f39200, 
            -1px -2px 0 #f39200, 
            2px 1px 0 #f39200, 
            -2px 1px 0 #f39200, 
            2px -1px 0 #f39200, 
            -2px -1px 0 #f39200;
        }
        
        /* Leu buch headline höher  */
        
        #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: 25%;
        }

        #ares4 .ie-grid .ie .front-5 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;

        }

         #ares4 .ie-grid .ie .back-1 h2 {
            margin: 50px 0 0 20px;
            font-size: 24px;
            font-weight: 500;
            color: #ae0f0a !important;
        }
        
        #ares4 .ie-grid .ie .back-1 h2 span {
            margin: 0px 0 0 0;
            font-size: 20px;
            font-weight: 300;

        }

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

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

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

        #ares4 .ie-grid .ie .back-1 .ie-close:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        
        #ares4 .ie-grid .ie .back-1 .ie-close:before {
            content: "\2715";
        }

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

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

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

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

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

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

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

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

        /* Information Unit Sizes */

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

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

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

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

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

        #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: 20px;
            line-height: 1.3;
        }

        #ares4 .ie-grid .ie-width-3 h4 {
            font-size: 14px;
                line-height: 1.3;

        }

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

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

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

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

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

        #ares4 .ie-grid .ie-width-5 h4 {
            font-size: 14px;
            line-height: 1.3;
        }

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

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

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

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

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

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

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

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

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

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

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

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

   @media screen and (max-width: 1024px) {
       
        #ares4 .ie-grid .ie-width-8 {
            width: 980px;
        }
       
        #ares4 .ie-grid .ie-height-7 {
            height: 320px;
        }
       
       #ares4 .site-wrapper {
           
           max-width: 999px;
       }
       
       #ares4 .ie-grid .ie .back-1 .ie-tabs {
            height: calc(100% - 150px);
        }
   }
   
   @media screen and (max-width: 900px) {
       
       		#logo img {
			margin: -10px 0 0;
		}
		#ares4 #searchbar #search {
		    top: 5px;
    		left: -75px;
    		width: 21px;
		}
		
		#ares4 #searchbar #search:focus {
			width: 200px;

		}
        
		#ares4 #headerinhalt .site-menu {
			display: none;
		}
		
        #ares4 #static-menu {
    		top: 16px;
    	}
   }
   
   @media screen and (max-width: 812px) {
       
        #ares4 .site-wrapper {
           
           max-width: 670px;
       }
       
        #ares4 .ie-grid .ie-width-8 {
            width: 650px;
        }
       
        #ares4 .ie-grid .ie-height-7 {
            height: 320px;
        }
   }
   
      @media screen and (max-width: 768px) {
       
       #ares4 .site-wrapper {
           
           max-width: 670px;
       }
       #ares4 .sprache {
            position: absolute;
            top: 15px;
            left: 10px;
            z-index: 3001;
        }
       #ares4 #searchbar {
            position: absolute;
            top: 70px;
            left: 30px;
        }
        #ares4 #static-menu {
            top: 16px;
            left: 35px;
        }
        #ares4 #breadcrumb {
            padding: 20px 0 0 70px;
        }
       
       #ares4 .ie-grid .ie .back-1 .ie-tabs {
            height: calc(100% - 195px);
        }
       
        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab img {
                height: auto !important;
                width: 40% !important;
            }
   
   
           #ares4 .ie-grid .ie-maximized {
            width: 650px !important;
            height: 810px;
            max-width: 650px;
        }
}

        @media screen and (max-width: 768px) {
            
            #ares4 {
                
            padding:  
                env(safe-area-inset-top)  
                env(safe-area-inset-right)  
                0  
                env(safe-area-inset-left);
            }
            
            #ares4 #headerbanner img {
                margin: 20px 0 0 20px;
                width: 610px;
                height: auto;
            }
            
            #ares4 #logo img {
                width: auto;
                height: 100px;
                right: 40px;
                top: 20px;
            }
            
            #ares4 #searchbar #search:focus {
                width: 200px;
            }
                        
            #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: 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 .front-2 h3 {
                margin: 0 0 0px 0;
                text-align: center;
                position: relative;
                top: 33%;
                font-family: 'IBMPlexSerif', sans-serif;
            }
            
            #ares4 .ie-grid .ie .front-2 h4 {
                margin: 0 0 0px 0;
                text-align: center;
                position: relative;
                top: 36%;
                font-family: 'IBMPlexSerif', sans-serif;
            }
            
            #ares4 .ie-grid .ie .front-3 h3 {
                font-size: 15px;
            }
            
            #ares4 .ie-grid .ie .front-3 h4 {
                font-size: 15px;
            }
            

            
            #ares4 .ie-grid .ie .back-1 .ie-tabs {
                height: calc(100% - 100px);
            }
            
            #ares4 .ie-grid .ie .back-1 .ie-close {
                top: 10px;
            }
            
            #ares4 .ie-grid .ie .back-1 h2 {
                margin: 43px 0 0 10px;
                font-size: 20px;
                font-weight: 700;
            }
            
            #ares4 .ie-grid .ie .back-1 h3 {
                margin: 0;
                font-size: 16px;
                font-weight: 300;
                line-height: 1.3;
                width: 92%;
            }
            
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
                height: 100%;
                overflow-y: auto;
                margin: 0;
                padding: 0px 0 0 10px;
                width: 92%;
                font-size: 13px;
                line-height: 1.4;
                font-weight: 300;
            }
            
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab img {
                height: auto !important;
                width: 100% !important;
                margin: 0 0 0 0 !important;
            }
            
            
            
            #ares4 .ie-grid .ie .back-1 .ie-options {
                top: 10px;
            }



            #ares4 .ie-grid .ie-width-1 {
                width: 67.5px;
            }
            #ares4 .ie-grid .ie-width-1 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-1 h4 {
                font-size: 10px;
            }
            #ares4 .ie-grid .ie-width-2 {
                width: 145px;
            }
            #ares4 .ie-grid .ie-width-2 h3 {
                font-size: 12px;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                font-size: 10px;
            }
            #ares4 .ie-grid .ie-width-3 {
                /*width: 222.5px;*/
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-5 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-6 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-7 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-7 h3 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-8 {
                width: 610px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 14px;
            }
            #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;*/
                height: 300px;
            }
            #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: 420px) {
            
            #ares4 #headerbanner img {
                margin: 10px 0 0 10px;
                width: 335px;
                height: auto;
            }
            #ares4 #logo img {
                width: auto;
                height: 65px;
                right: 20px;
                top: 10px;
            }
            
            
            #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 .sprache {
                position: absolute;
                top: 10px;
                left: 18px;
                z-index: 3001;
            }
            
            #ares4 #searchbar {
                position: absolute;
                top: 26px;
                left: 10px;
            }
            
            #ares4 #static-menu {
                top: -30px;
                left: 10px;
            }
            
            #ares4 #breadcrumb {
                font-size: 14px;
                color: #696969;
                margin-bottom: 10px;
                padding: 20px 0 0 20px;
            }
            
            #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: 75px;
                display: inline-block;
            }
            #ares4 .ie-grid .grid-gutter {
                width: 10px;
                display: inline-block;
            }

            #ares4 .ie-grid .ie .front-3 h3 {
                font-size: 16px;
            }
            
            #ares4 .ie-grid .ie .front-3 h4 {
                font-size: 16px;
            }
            
            #ares4 .ie-grid .ie .back-1 .ie-close {
                top: 10px;
            }
            
            #ares4 .ie-grid .ie .back-1 h2 {
                margin: 43px 0 0 10px;
                font-size: 20px;
                font-weight: 700;
            }
            
            #ares4 .ie-grid .ie .back-1 h3 {
                margin: 0;
                font-size: 16px;
                font-weight: 300;
                line-height: 1.3;
                width: 92%;
            }
            
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
                height: 100%;
                overflow-y: auto;
                margin: 0;
                padding: 20px 0 0 10px;
                width: 92%;
                font-size: 13px;
                line-height: 1.4;
                font-weight: 300;
            }
            

            
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab img {
                height: auto !important;
                width: 100% !important;
                margin: 0 0 0 0 !important;
            }
            
            #ares4 .ie-grid .ie .back-1 .ie-tabs {
                height: calc(100% - 117px);
            }
            
            #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: 10px;
            }
            #ares4 .ie-grid .ie-width-2 {
                width: 165px;
            }
            #ares4 .ie-grid .ie-width-2 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                font-size: 9px;
            }
            #ares4 .ie-grid .ie-width-3 {
                /*width: 222.5px;*/
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-5 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-6 {
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-7 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-7 h3 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-8 {
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 67.5px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 165px;
            }
            #ares4 .ie-grid .ie-height-3 {
               /* height: 222.5px;*/
                height: 335px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 340px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 335px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 155px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 335px;
                height: 450px;
            }
        }
        
         /* *** Lightbox *** */
        #ares4 #flightbox {
    		display: none;
    		position: fixed;
    		top: 0px;
    		left: 0px;
    		width: 100%;
    		height: 100%;
    		background-color: rgba(255,255,255,0.75);
    		z-index: 1000;
    	}
    	#ares4 #flightboxinhalt {
    		position: fixed;
    		width: 40%;
    		top: 15%;
    		left: 50%;
    		transform: translateX(-50%);
    	}
    	#ares4 #flbheader {
    		position: relative;
    		font-size: 24px;
    		color: #fff;
    		height: 31px;
    		background-color: #000;
    		padding: 5px;
    	}
    
    	#ares4 #flbheader a {
    		position: absolute;
    		top: 12px;
    		right: 15px;
    		font-size: 16px;
    		color: #fff;
    		text-decoration: none;
    	}
    	#flbinhalt {
    		background-color: #fff;
    		border: solid 1px #000;
    	}
    	#ares4 iframe#kontaktframe {
    		width: 100%;
    		max-width: 100%;
    		border: none;
    	}
    