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

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

        @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
        @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,500i,700,700i,900,900i');
        
        
        @font-face {
          font-family: 'Akkurat';
          src: url('https://ares4.info/fonts/Akkurat/Akkurat.eot'); /* IE9 Compat Modes */
          src: url('https://ares4.info/fonts/Akkurat/Akkurat.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
               url('https://ares4.info/fonts/Akkurat/Akkurat.woff') format('woff'), /* Pretty Modern Browsers */
               url('https://ares4.info/fonts/Akkurat/Akkurat.woff2') format('woff'),
               url('https://ares4.info/fonts/Akkurat/Akkurat.scg') format('svg'),
               url('https://ares4.info/fonts/Akkurat/Akkurat.ttf')  format('truetype'); /* Safari, Android, iOS */
        }
        
        /* General */

        #ares4 {
            min-height: 100%;
            width: 100%;
            padding: 0;
            margin: 0;
            /*font-family: 'Open Sans', sans-serif;*/
            font-family: 'Akkurat', sans-serif;

        }
        
        #ares4 #header {
            /*position: relative;*/
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 80px;
            background-color: rgba(255, 255, 255, 0.5);
            z-index: 3000;
        }
        #ares4 #header .header-container {
            box-sizing: border-box;
            width: 100%;
            height: 80px;
            max-width: 1170px;
            margin: 0 auto;
        }
        
        #ares4 .site-wrapper {
            max-width:1190px;
        	margin-left:auto;
        	margin-right:auto;
        	padding: 5px 0 150px 0;
        	background-repeat: no-repeat;
        }
        
        
        /* Logo */

        #ares4 #header .header-container .logo {
            position: relative;
        }
        #ares4 #logo img {
            width: auto;
            height: 100%;
            max-height: 60px;
            margin: 10px 0;
        }
        /* Seach Box */
        
        #ares4 #searchbar {
            display: none;
        }
        #ares4 #search {
            padding: 10px;
            margin: 10px;
            border: 1px solid #000;
            width: 200px;
            box-sizing: border-box;
            display: none;
        }
        /* Breadcrumb Trail */
        #ares4 .breadcrumb-container {
            display: none;
        }
        #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;
            display: none;
        }
        
        
        	/* Footer */
		
		#ares4 #footer {
	        overflow: hidden;
            position: fixed;
            bottom: 0px;
            left: 0px;
            width: 100%;
            height: 45px;
            text-align: left;
            background-color: rgba(255, 255, 255, 0.5);
            z-index: 3000;
        }
        
        #ares4 #footer #footerinhalt {
            box-sizing: border-box;
            overflow: hidden;
            width: 100%;
            max-width: 1170px;
            line-height: 45px;
            margin: 0 auto;
        }
		
        #ares4 #footer #footerinhalt .company-info {
        	float: left;
        	width: auto;
        	padding: 0;
        	margin: 0;
        }
		
        #ares4 #footer #footerinhalt .site-info {
        	float: right;
        	width: auto;
        	padding: 0;
        	margin: 0;
        }
        #ares4 #footer #footerinhalt .site-info span {
            margin-left: 20px;
        }
		
        #ares4 #footer #footerinhalt a {
        	display: inline-block;
        	color: #000;
        	text-decoration: none;
        	/*text-shadow: 1px 1px 3px #000;*/
        }
        
        /* Cookiebanner */
        /*#cookie-popup {
    		display: none;
    		position: fixed;
    		top: 50%;
            left: 50%;
            width: 50%;
    		padding: 10px 5%;
    		background: #A71580;
    		color: #fff;
    		transform: translate(-50%, -50%);
    		z-index: 3100;
    	}
    
    	#cookierahmen {
    		position: relative;
    		width: 100%;
    		max-width: 1070px;
    		margin: 0 auto;
    		text-align: center;
    	}
    
    	#cookierahmen p {
    		font-size: 14px !important;
    		line-height: normal;
    	}
    
    	#cookierahmen p a {
    		color: #fff;
    		text-decoration: underline;
    	}
    
    	#cookie-popup-btn {
    		position: relative;
    		top: 0px;
    		right: 0px;
    		display: inline-block;
    		border: 1px solid #fff;
    		padding: 5px 10px;
    		cursor: pointer;
    		font-size: 14px;
    	}*/
    	
    	/* Schott */
    	#ares4 #schott {
    	    display: none;
    	    position: fixed;
    	    top: 0px;
    	    left: 0px;
    	    width: 100%;
    	    height: 100%;
    	    background-color: rgba(255, 255, 255, .5);
    	    z-index: 3000;
    	}
    	
    	/* Adventkalender */
    	#layer {
            display: none;
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background-color: rgba(86,86,86,0.5);
        }
        
        #layerausgabe {
            display: none;
            box-sizing: border-box;
            position: fixed;
            top: 50%;
            left: 50%;
            width: 300px;
            height: 50px;
            transform: translate(-50%, -50%);
            background-color: #fff;
            padding: 10px;
        }
        #layerausgabe a {
            display: block;
            position: fixed;
            top: -10px;
            right: -10px;
            width: 20px;
            height: 20px;
            color: #fff;
            text-align: center;
            text-decoration: none;
            background-color: #EC0090;
            border-radius: 50%;
        }
        #layerausgabe #layerinhalt {
            text-align: center;
        }
    	
        /* Main */
        
        #ares4 .main {
            padding: 100px 0 55px 0;
        }
  
        
        /* 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 white;
            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: rgba(255, 255, 255, 0) !important;
            border: 0px solid #fff;
            
        }

        #ares4 .ie-grid .ie .front-1 h3 {
            /*margin: 0 0 5px 0;
            color: #fff !important;*/
            opacity: 0;
        }

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

        #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: rgba(255, 255, 255, 0) !important;
            border: 0px solid #fff;
        }
        #ares4 .ie-grid .ie .front-5:hover {
            background-image: url('https://api.ares4.info/v0.1/file/172/downloads/Dauerkarte_h.png') !important;
        }

        #ares4 .ie-grid .ie .back {
            line-height: normal;
            font-weight: normal;
        }

        #ares4 .ie-grid .ie .back-1 {
            height: 480px;
            /*width: 430px;*/
            width: 100%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            /*background-position: center center;
            background-size: cover;*/
            background-position: bottom left !important;
            background-size: 100% auto !important;
            background-repeat: no-repeat !important;
            background-color: #ACCD6B !important;
        }

        #ares4 .ie-grid .ie .back-1 h2 {
            margin: 11px 0 0 30px;
            font-size: 19px;
            text-align: right;
        }

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

        #ares4 .ie-grid .ie .back-1 .ie-close {
            position: absolute;
            top: -8px;
            right: -8px;
            color: #bf0000;
            opacity: 0.3;
            font-size: 17px;
            margin: 0px 0px 0 10px;
            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: 0px;
            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% - 88px);*/
            height: calc(100% - 74px);
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
            height: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 12px;
            text-align: right;
        }

        #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: #fff;
        }
	  
        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab a:hover {
          color: #bf0000;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options {
            position: absolute;
            width: 96%;
            height: 34px;
            bottom: 0;
            left: 0;
            text-align: center;
            background: none;
            border-top:  1px solid #f1f1f1;
            padding: 0px 0 0 0;
            margin: 0 2%;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options div {
            list-style-type: none;
            display: table-cell;
            /* height: 25px;
            text-align: center; */
            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;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options div .fa {
            color: #bf0000;
            opacity: 0.3;
            font-size: 24px;
            margin-top: 2px;
            cursor: pointer;
            transition: opacity 0.3s ease;
			text-align: center;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options div .fa:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }        
        
        /* Information Unit Sizes */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        #ares4 .ie-grid .ie-maximized {
            /*width: 430px;*/
            width: calc(100% - 30px);
            height: 430px;
            max-width: 430px;
        }
        /* Responsive */

        @media screen and (max-width: 1024px) {
            #ares4 #header .header-container {
                text-align: center;
                padding: 0 10px;
            }
            #ares4 #footer #footerinhalt {
                padding: 0 10px;  
            }
        }
        
        @media screen and (max-width: 768px) {
            #ares4 #footer {
                height: auto;  
            }
            #ares4 #footer #footerinhalt {
                text-align: center;
                line-height: unset; 
            }
            #ares4 #footer #footerinhalt .company-info {
                clear: both;
                width: 100%;
                padding: 10px 0;    
            }
            #ares4 #footer #footerinhalt .site-info {
                clear: both;
                width: 100%;
                padding: 0 0 10px 0;    
            }
        }
        
        @media screen and (max-width: 768px) and (orientation:landscape) {
            #ares4 .site-wrapper {
                padding-bottom: 0px;
            }
            #ares4 .main {
                padding-top: 0px;
            }
            #ares4 #header {
                position: relative;
            }
            #ares4 #footer {
                position: relative;
            }
        }
        
        @media screen and (max-width: 480px) {
            #ares4 .site-wrapper {
                padding-bottom: 0px;
            }
            #ares4 .main {
                padding-top: 0px;
            }
            #ares4 #header {
                position: relative;
            }
            #ares4 #footer {
                position: relative;
            }
            #ares4 #footer #footerinhalt {
                font-size: 12px;  
            }
            #ares4 #footer #footerinhalt .site-info span {
                margin-left: 5px;
            }
        }
    