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

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:300,400');
/* IBMPlexSans Regular */
	@font-face {
	font-family: 'IBMPlexSansRegular';
	src: url('http://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Regular-Latin1.woff2') format('woff2'),
	     url('http://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Regular-Latin2.woff2') format('woff2'),
	     url('http://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Regular-Latin3.woff2') format('woff2'),
	     url('http://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Regular-Pi.woff2') format('woff2'),
         url('http://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Regular-Latin1.woff') format('woff'),
         url('http://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Regular-Latin2.woff') format('woff'),
         url('http://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Regular-Latin3.woff') format('woff'),
         url('http://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Regular-Pi.woff') format('woff');
	}
	
		@font-face {
	font-family: 'IBMPlexSansLight';
	src: url('http://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Light-Latin1.woff2') format('woff2'),
	     url('http://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Light-Latin2.woff2') format('woff2'),
	     url('http://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Light-Latin2.woff2') format('woff2'),
	     url('http://ares4.info/fonts/ibm_plex/Sans/web/woff2/IBMPlexSans-Light-Pi.woff2') format('woff2'),
         url('http://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Light-Latin1.woff') format('woff'),
         url('http://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Light-Latin2.woff') format('woff'),
         url('http://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Light-Latin3.woff') format('woff'),
         url('http://ares4.info/fonts/ibm_plex/Sans/web/woff/IBMPlexSans-Light-Pi.woff') format('woff');
	}
	
	/* IBMPlexSerif Regular */
	@font-face {
	font-family: 'IBMPlexSerif';
	src:    url('http://ares4.info/fonts/ibm_plex/Serif/web/woff2/IBMPlexSerif-Regular-Latin1.woff2') format('woff2'),
    		url('http://ares4.info/fonts/ibm_plex/Serif/web/woff2/IBMPlexSerif-Regular-Latin2.woff2') format('woff2'),
    		url('http://ares4.info/fonts/ibm_plex/Serif/web/woff2/IBMPlexSerif-Regular-Latin3.woff2') format('woff2'),
    		url('http://ares4.info/fonts/ibm_plex/Serif/web/woff2/IBMPlexSans-Regular-Pi.woff2') format('woff2'),
            url('http://ares4.info/fonts/ibm_plex/Serif/web/woff/IBMPlexSerif-Regular-Latin1.woff') format('woff'),
    		url('http://ares4.info/fonts/ibm_plex/Serif/web/woff/IBMPlexSerif-Regular-Latin2.woff') format('woff'),
    		url('http://ares4.info/fonts/ibm_plex/Serif/web/woff/IBMPlexSerif-Regular-Latin3.woff') format('woff'),
    		url('http://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;*/
           /* font-family: 'Roboto', sans-serif;*/
           font-family: 'OpenSans', sans-serif;
        }
		
		#ares4 .site-wrapper {
			max-width:890px;
			margin-left:auto;
			margin-right:auto;
			padding: 5px 0 150px 0;
			background-repeat: no-repeat;
		}
		
        /* header */
        
        #ares4 #header {
            background: #fff;
            position: relative;
            left: 10px;
            width: 98.5%;
        }
        
        #ares4 #headerinhalt {
	        overflow: hidden;
            position: absolute;
            top: 93px;
            left: -10px;
            width: 101.5%;
            height: 86px;
            text-align: left;
            background-color: rgba(255, 255, 255, 1);
            z-index: 3000;
        }
        
        #ares4 #headerbanner img {
            width: 100%;
        }
		
        /* Logo */

        #ares4 #logo img {
            position: absolute;
            width: auto;
            height: 70px;
            right: 68px;
            top: 20px;
        }
        /* Seach Box */
        
        #ares4 #searchbar {
                padding: 20px 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;
        }
          
        /* Breadcrumb Trail */

        #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: 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 #footerinhalt ul {
        	float: left;
        	width: auto;
        	padding: 0;
        	margin: 25px 10px 0 10px;
        }
		
        #ares4 #footerinhalt ul li {
        	display: inline-block;
        	width: auto;
        	text-align: left;
        	list-style-type: none;
        	padding: 0 15px 0 0;
        }
		
        #ares4 #footerinhalt ul li a {
        	display: inline-block;
        	color: rgb(0, 0, 0);
        	color: #333;
        	text-decoration: none;
        }
        
        #ares4 #footerinhalt a {
            color: #333;
        }
        
        
        #ares4 #main {
            
            padding: 75px 0 0 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 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;
			text-align: center;
			font-weight: 300;
			position: relative;
            transform: translate(0, -50%);
            top: 50%;
        }
        
        #ares4 .ie-grid .ie .front-1 h3 span {
            margin: 0 0 5px 0;
			font-weight: 300;
			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 5px 0;
                text-align: center;
                font-weight: 300;
                position: relative;
                transform: translate(0, -50%);
                top: 70%;
        }

        #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 h4 {
            margin: 0;
        }
		
		
        #ares4 .ie-grid .ie .front-4 {
            cursor: default;
            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 5px 0;
			text-align: center;
			font-weight: 300;
			position: relative;
            transform: translate(0, -50%);
            top: 50%;
        }

        #ares4 .ie-grid .ie .front-4 h4 {
            margin: 0;
        }
        
        /* 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;
            font-size: 14px;
            position: relative;
            transform: translate(0, -50%);
            top: 96%;
        }

        #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: 0 0 0 0;
            font-size: 16px;
			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: 12px;
            line-height: 1.3;
            color: #575757;
            font-weight: 300;

        }
		
		#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: inline-block !important;
            width: 25px;
            height: 24px;
            text-align: center;
            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;
        }
        
        
        /* Information Unit Sizes */

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

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

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

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

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

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

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

        #ares4 .ie-grid .ie-width-3 h3 {
            font-size: 37px;
        }

        #ares4 .ie-grid .ie-width-3 h4 {
            font-size: 19px;
        }

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

        #ares4 .ie-grid .ie-width-4 h3 {
            font-size: 49px;
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        @media screen and (max-width: 740px) {
            #ares4 #logo img {
                position: absolute;
                width: auto;
                height: 100px;
                top: -18px;
                right: 110px;
            }
            
            /*header*/
            
            #ares4 #menuleiste ul {
                float: left;
                width: auto;
                padding: 0;
                font-size: 13px;
                margin: 5px 10px 0 10px;
            }
            
            #ares4 #searchbar {
                padding: 20px 0 0 0px;
            }
            
            
            #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: 67.5px;
                display: inline-block;
            }
            #ares4 .ie-grid .grid-gutter {
                width: 10px;
                display: inline-block;
            }
            
            
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab img {
                height: auto !important;
                width: 100% !important;
            }
            
            #ares4 .ie-grid .ie-width-1 {
                width: 67.5px;
            }
            #ares4 .ie-grid .ie-width-1 h3 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-1 h4 {
                font-size: 7px;
            }
            #ares4 .ie-grid .ie-width-2 {
                width: 145px;
            }
            #ares4 .ie-grid .ie-width-2 h3 {
                font-size: 12px;
                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: 435px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 16px;
                line-height: 1.4;
            }
            #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: 12px;
                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: 435px;
                height: 290px;
            }
        }

        @media screen and (max-width: 420px) {
            #ares4 #logo img {
                position: absolute;
                width: auto;
                height: 50px;
                top: -15px;
                right: 20px;
            }
            
            /*header*/
            
            #ares4 #header {
                background: #fff;
                position: relative;
                left: 20px; 
                width: 89%;
            }
            
            #ares4 #headerinhalt {
                overflow: hidden;
                position: absolute;
                top: 93px;
                left: -20px;
                width: 112%;
                height: 26px;
                text-align: left;
                background-color: rgba(255, 255, 255, 1);
                z-index: 3000;
            }
            

            
            #ares4 #main {
                padding: 10px 0 0 0px;
            }
            
            
            #ares4 .ie-grid {
                width: 335px;
                left: 0px;
                margin: auto;
            }
            #ares4 .ie-grid .grid-sizer {
                width: 75px;
                display: inline-block;
            }
            #ares4 .ie-grid .grid-gutter {
                width: 10px;
                display: inline-block;
            }
            
            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab img {
                height: auto !important;
                width: 100% !important;
            }
            
            #ares4 .ie-grid .ie-width-1 {
                width: 75px;
            }
            #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: 160px;
            }
            #ares4 .ie-grid .ie-width-2 h3 {
                font-size: 12px;
                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;
            }
            #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;
                line-height: 1.4;
            }
            #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: 12px;
                line-height: 1.4;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 20px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 75px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 160px;
            }
            #ares4 .ie-grid .ie-height-3 {
                height: 222.5px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 335px;
            }
            #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: 330px;
                height: 435px;
            }
        }
    