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

Topix AG
2019-01-28
Version 1.0
based on Ares4 Default Theme 1.0
http://www.ares4.com
*/

        /* Font import */

        @import url(https://fonts.googleapis.com/css?family=Saira:100,200,300,400,500,600,700,800,900);


        /* General */

        #ares4 {
            min-height: 100%;
            width: 100%;
            padding: 0;
            margin: 0;
            font-family: 'Saira', sans-serif;
            hyphens: auto;
        }

       #ares4 .site-wrapper {
            max-width: 1110px;
	        margin-left: auto;
	        margin-right: auto;
	        padding: 0px 0 105px 0;
	        background-repeat: no-repeat;
        }

        
        /* Logo Asta Plus */
        
        #ares4 #headerinhalt img {
            float: right;
            width: auto;
            height: 40px;
            margin: 30px 0px 0px 0px;
        }


        /* Logo */

        #ares4 #logo img {
            width: auto;
            height: 180px;
            margin: -20px 0px -50px 0px;
        }

        
        /* Search Box */

        #ares4 #search {
            /* padding: 12px;
            margin: 16px;
            border: 1px solid #000;
            width: 228px;
            box-sizing: border-box;*/
            padding: 10px;
            margin: -10px 0 0 0;
            border: 1px solid gray;
            width: 270px;
            box-sizing: border-box;
            float: right;
            position: relative;
        }

        
        /* Breadcrumb Trail */

        #ares4 #breadcrumb {
            font-size: 14px;
            /*color: #696969;*/
            color: rgba(227, 0, 15, 1.0);
            margin-bottom: 10px;
            padding: 0 0 0 0px;
        }

        #ares4 #breadcrumb a {
            margin: 0 10px 0 0;
            /*color: #696969;*/
            color: rgba(227, 0, 15, 1.0);
            text-decoration: none;
        }
        

        /* alle Links rot */
        
        ul a, p a {
            color: rgb(227, 0, 15);
        }

        ul a:hover, p a:hover {
            color: #4f4e52;
        }


        /* Footer */
        
        #ares4 #footer {
            overflow: hidden;
    		position: absolute;
    		bottom: 0px;
    		left: 0px;
    		background-color: #919198;
    		width: 100%;
    		max-width: 100%;
    		padding: 15px 0px;
    		font-size: 14px;
    	}
    	#ares4 #footerinhalt {
    		max-width: 1110px;
    		margin: 0 auto;
    	}
    	#ares4 #footerinhalt .company-info {
    		display: inline-block;
    		float: left;
    		color: #fff;
    		padding: 10px;
    	}
    	#ares4 #footerinhalt .site-info {
    		display: inline-block;
    		float: right;
    		color: #fff;
    		padding: 10px 0 0 0;
    	}
    	#ares4 #footerinhalt .site-info span {
    		margin: 0 15px;
    	}
    	#ares4 #footerinhalt .site-info span a {
    		text-decoration: none;
    		color: inherit;
    	}
    	#ares4 #footerinhalt .company-info span a {
    		text-decoration: none;
    		color: inherit;
    	}

        
        /* Information Room */

        #ares4 .ie-grid {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            padding: 0px;
            max-width: 1110px;
        }

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

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

        
        /* Information Unit */

        #ares4 .ie-grid .ie {
            border: 0 solid black;
            position: relative;
            margin-bottom: 0px;
            box-sizing: border-box;
        }

        #ares4 a.front {
            text-decoration: none;
        }


        /* Information Unit CSS Class 1*/

        #ares4 .ie-grid .ie .front-1 {
            cursor: pointer;
            height: 100%;
            padding: 20px 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;

            outline-style: solid;
            outline-width: 5px;
            outline-color: rgba(227, 0, 15, 1.0);
            outline-offset: -5px;

            /*
            -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 80% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 85%, 80% 100%, 0% 100%);

            -webkit-border-top-left-radius: 32px;
            -webkit-border-bottom-right-radius: 32px;
            -moz-border-radius-topleft: 32px;
            -moz-border-radius-bottomright: 32px;
            border-top-left-radius: 32px;
            border-bottom-right-radius: 32px;*/
            
            /*border-radius: 0px 100px;
            -webkit-clip-path: polygon(0% 0%, 95% 0, 95% 44%, 100% 50%, 95% 57%, 95% 100%, 0 100%);
            -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);*/
        }
 
        #ares4 .ie-grid .ie .front-1:hover {
            /*border-bottom: 8px solid white;*/
            /*box-shadow: inset 0 0 0 1px Indigo !important;*/
            /*background: linear-gradient(gray, gray 99%, Indigo 1%, Indigo);*/
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        }
        
        #ares4 .ie-grid .ie .front-1 h3 {
            background-color: #e3000f;
            padding: 4px 10px 3px 14px;
            margin: 0 0 5px -10px;
            font-size: 40px;
            font-weight: 600;
            text-transform: uppercase;
            word-spacing: 0;
            line-height: 1;

            /* white-space: pre-wrap;*/
            top: 20px;
			left: 0;
			display: table;
        }
        
        #ares4 .ie-grid .ie .front-1 h4 {
      		background-color: #e3000f;
			padding: 3px 10px 3px 15px;
			margin: 0 0 5px 0;
			font-size: 18px;
            font-weight: 400;
            line-height: 1.2;
            
            position: absolute;
            /* white-space: pre-wrap;*/

			left: 0;
			display: inline-block;
		}

        #ares4 .ie-grid .ie .back {}

        #ares4 .ie-grid .ie .back-1 {
            /*height: 528px;
            width: 352px;*/
            height: 100%;
            width: 100%;
            padding: 10px 10px 35px 15px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: rgba(241, 242, 242, 1.0);
            border: 0 solid lightgray;
        }

        #ares4 .ie-grid .ie .back-1 h1 {
            margin: 10px 0 0 0;
            font-weight: 600;
            font-size: 17px;
        }

        #ares4 .ie-grid .ie .back-1 h2 {
            margin: 10px 0 0 0;
            font-size: 30px;
            line-height: 32px;
            text-transform: uppercase;
            letter-spacing: -1px;
        }

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

        #ares4 .ie-grid .ie .back-1 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 10px 0;
            border-top: 0 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: 0 0 0 0;
            height: 35px;
            text-align: left;
        }

        #ares4 .ie-grid .ie .back-1 .ie-tabnav a {
            text-transform: uppercase;
            text-decoration: none;
            color: rgba(79, 78, 82, 0.6);
            margin-left: 0;
            margin-right: 32px;
            padding-top: 0;
            cursor: pointer;
            display: inline-block;
            font-size: 13px;
            line-height: 18px;
            border-top: 0 solid white;
        }

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

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

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

        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
            height: 100%;
            width: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            font-size: 14px;
            line-height: 18px;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options {
            /*display: table;
            table-layout: fixed;
            width: 26px;
            height: 26px;
            bottom: 0;
            left: 0;
            background-color: gainsboro;
            position: absolute;*/
            position: relative;
            width: 100%;
            height: 30px;
            bottom: 0;
            left: 0;
            text-align: left;
            background: none;
            padding: 0 0 0 0;
            margin: 0 0 0 3px;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options div {
            list-style-type: none;
            display: table-cell;
            width: 30px;
            height: 30px;
            text-align: left;
            vertical-align: middle;
            padding: 0 15px 0 0px;
            /*list-style-type: none;
            display: inline-block;
            width: 26px;
            height: 26px;
            text-align: center;
            margin: 0 0 0 10px;*/
        }

        #ares4 .ie-grid .ie .back-1 .ie-options div .fa {
            color: black;
            opacity: 0.3;
            font-size: 17px;
            margin-top: 4px;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }

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

        
        /* Information Unit CSS Class 2*/

        #ares4 .ie-grid .ie .front-2 {
            cursor: pointer;
            height: 100%;
            padding: 20px 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;

            outline-style: solid;
            outline-width: 5px;
            outline-color: rgba(208, 208, 214, 1.0);
            outline-offset: -5px;
        }
 
        #ares4 .ie-grid .ie .front-2:hover {
            /*border-bottom: 8px solid white;*/
            /*box-shadow: inset 0 0 0 1px Indigo !important;*/
            /*background: linear-gradient(gray, gray 99%, Indigo 1%, Indigo);*/
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        }
        
        #ares4 .ie-grid .ie .front-2 h3 {
            background-color: rgba(255, 255, 255, 1.0);
            padding: 4px 10px 3px 9px;
            margin: 0 0 5px -5px;
            font-size: 40px;
            font-weight: 600;
            text-transform: uppercase;
            word-spacing: 0;
            line-height: 1;

            /* white-space: pre-wrap;*/
            top: 20px;
			left: 0;
			display: table;
        }

        #ares4 .ie-grid .ie .front-2 h4 {
            background-color: rgba(255, 255, 255, 1.0);
			padding: 3px 10px 3px 10px;
			margin: 0 0 5px 5px;
			font-size: 18px;
            font-weight: 400;
            line-height: 1.2;
            
            position: absolute;
            /* white-space: pre-wrap;*/

		    left: 0;
			display: inline-block;
        }

        #ares4 .ie-grid .ie .back {}

        #ares4 .ie-grid .ie .back-2 {
            /*height: 528px;
            width: 352px;*/
            height: 100%;
            width: 100%;
            padding: 10px 10px 35px 15px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: rgba(230, 230, 234, 1.0);
            border: 0 solid lightgray;
        }

        #ares4 .ie-grid .ie .back-2 h1 {
            margin: 10px 0 0 0;
            font-weight: 600;
            font-size: 17px;
        }

        #ares4 .ie-grid .ie .back-2 h2 {
            margin: 10px 0 0 0;
            font-size: 30px;
            line-height: 32px;
            text-transform: uppercase;
            letter-spacing: -1px;
        }

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

        #ares4 .ie-grid .ie .back-2 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 10px 0;
            border-top: 0 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: 0 0 0 0;
            height: 35px;
            text-align: left;
        }

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

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

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

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

        #ares4 .ie-grid .ie .back-2 .ie-tabs .ie-tab {
            height: 100%;
            width: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            font-size: 14px;
            line-height: 17px;
        }

        #ares4 .ie-grid .ie .back-2 .ie-options {
            /*display: table;
            table-layout: fixed;
            width: 26px;
            height: 26px;
            bottom: 0;
            left: 0;
            background-color: gainsboro;
            position: absolute;*/
            position: relative;
            width: 100%;
            height: 30px;
            bottom: 0;
            left: 0;
            text-align: left;
            background: none;
            padding: 0 0 0 0;
            margin: 0 0 0 3px;

        }

        #ares4 .ie-grid .ie .back-2 .ie-options div {
            list-style-type: none;
            display: table-cell;
            width: 30px;
            height: 30px;
            text-align: left;
            vertical-align: middle;
            padding: 0 15px 0 0px;
            /*list-style-type: none;
            display: inline-block;
            width: 26px;
            height: 26px;
            text-align: center;
            margin: 0 0 0 10px;*/
        }

        #ares4 .ie-grid .ie .back-2 .ie-options div .fa {
            color: black;
            opacity: 0.3;
            font-size: 17px;
            margin-top: 4px;
            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 CSS Class 3*/

        #ares4 .ie-grid .ie .front-3 {
            cursor: pointer;
            height: 100%;
            padding: 20px 10px 10px 15px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;

            /*outline-style: solid;
            outline-width: 5px;
            outline-color: rgba(79, 78, 82, 1.0);
            outline-offset: -5px;*/
        }
 
        #ares4 .ie-grid .ie .front-3:hover {
            /*border-bottom: 8px solid white;*/
            /*box-shadow: inset 0 0 0 1px Indigo !important;*/
            /*background: linear-gradient(gray, gray 99%, Indigo 1%, Indigo);*/
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        }
        
        #ares4 .ie-grid .ie .front-3 h3 {
            margin: 0 0 5px 0;
            font-size: 24px;
            font-weight: 600;
            display: inline-block;
            /*background-color: rgba(255, 255, 255, 1.0);*/
            text-transform: uppercase;
            margin-left: -10px;
            padding: 3px 10px 3px 10px;
            word-spacing: 0;
            line-height: 1;
        }

        #ares4 .ie-grid .ie .front-3 h4 {
            margin: 0;
            font-size: 16px;
            font-weight: 400;
            /*display: inline-block;
            background-color: rgba(255, 255, 255, 1.0);*/
            margin-left: -10px;
            padding: 3px 10px 3px 10px;
            word-spacing: 0;
            line-height: 1.2;
        }

        #ares4 .ie-grid .ie .back {}

        #ares4 .ie-grid .ie .back-3 {
            /*height: 528px;
            width: 352px;*/
            height: 100%;
            width: 100%;
            padding: 10px 10px 35px 15px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: rgba(230, 230, 234, 1.0);
            border: 0 solid lightgray;
        }

        #ares4 .ie-grid .ie .back-3 h1 {
            margin: 10px 0 0 0;
            font-weight: 600;
            font-size: 17px;
        }

        #ares4 .ie-grid .ie .back-3 h2 {
            margin: 10px 0 0 0;
            font-size: 30px;
            line-height: 32px;
            text-transform: uppercase;
            letter-spacing: -1px;
        }

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

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

        #ares4 .ie-grid .ie .back-3 .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-3 .ie-close:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }

        #ares4 .ie-grid .ie .back-3 .ie-tabnav {
            margin: 0 0 0 0;
            height: 35px;
            text-align: left;
        }

        #ares4 .ie-grid .ie .back-3 .ie-tabnav a {
            text-transform: uppercase;
            text-decoration: none;
            color: #cccccc;
            margin-left: 0;
            margin-right: 32px;
            padding-top: 0;
            cursor: pointer;
            display: inline-block;
            font-size: 13px;
            line-height: 18px;
            border-top: 0 solid white;
        }

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

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

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

        #ares4 .ie-grid .ie .back-3 .ie-tabs .ie-tab {
            height: 100%;
            width: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            font-size: 14px;
            line-height: 17px;
        }

        #ares4 .ie-grid .ie .back-3 .ie-options {
            /*display: table;
            table-layout: fixed;
            width: 26px;
            height: 26px;
            bottom: 0;
            left: 0;
            background-color: gainsboro;
            position: absolute;*/
            position: relative;
            width: 100%;
            height: 30px;
            bottom: 0;
            left: 0;
            text-align: left;
            background: none;
            padding: 0 0 0 0;
            margin: 0 0 0 3px;

        }

        #ares4 .ie-grid .ie .back-3 .ie-options div {
            list-style-type: none;
            display: table-cell;
            width: 30px;
            height: 30px;
            text-align: left;
            vertical-align: middle;
            padding: 0 15px 0 0px;
            /*list-style-type: none;
            display: inline-block;
            width: 26px;
            height: 26px;
            text-align: center;
            margin: 0 0 0 10px;*/
        }

        #ares4 .ie-grid .ie .back-3 .ie-options div .fa {
            color: black;
            opacity: 0.3;
            font-size: 17px;
            margin-top: 4px;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }

        #ares4 .ie-grid .ie .back-3 .ie-options div .fa:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }


        /* Information Unit CSS Class 4*/

        #ares4 .ie-grid .ie .front-4 {
            cursor: pointer;
            height: 100%;
            padding: 20px 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;

            outline-style: solid;
            outline-width: 5px;
            outline-color: rgba(208, 208, 214, 1.0);
            outline-offset: -5px;
        }
 
        #ares4 .ie-grid .ie .front-4:hover {
            /*border-bottom: 8px solid white;*/
            /*box-shadow: inset 0 0 0 1px Indigo !important;*/
            /*background: linear-gradient(gray, gray 99%, Indigo 1%, Indigo);*/
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        }
        
        #ares4 .ie-grid .ie .front-4 h3 {
            background-color: rgba(255, 255, 255, 1.0);
            padding: 4px 10px 3px 9px;
            margin: 400px 0 5px -5px;
            font-size: 40px;
            font-weight: 600;
            text-transform: uppercase;
            word-spacing: 0;
            line-height: 1;

            /* white-space: pre-wrap;*/
            top: 20px;
			left: 0;
			display: table;
        }

        #ares4 .ie-grid .ie .front-4 h4 {
            background-color: rgba(255, 255, 255, 1.0);
			padding: 3px 10px 3px 10px;
			margin: 0 0 5px 5px;
			font-size: 18px;
            font-weight: 400;
            line-height: 1.2;
            
            position: absolute;
            /* white-space: pre-wrap;*/

		    left: 0;
			display: inline-block;
        }

        #ares4 .ie-grid .ie .back {}

        #ares4 .ie-grid .ie .back-4 {
            /*height: 528px;
            width: 352px;*/
            height: 100%;
            width: 100%;
            padding: 10px 10px 35px 15px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: rgba(230, 230, 234, 1.0);
            border: 0 solid lightgray;
        }

        #ares4 .ie-grid .ie .back-4 h1 {
            margin: 10px 0 0 0;
            font-weight: 600;
            font-size: 17px;
        }

        #ares4 .ie-grid .ie .back-4 h2 {
            margin: 10px 0 0 0;
            font-size: 30px;
            line-height: 32px;
            text-transform: uppercase;
            letter-spacing: -1px;
        }

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

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

        #ares4 .ie-grid .ie .back-4 .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-4 .ie-close:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }

        #ares4 .ie-grid .ie .back-4 .ie-tabnav {
            margin: 0 0 0 0;
            height: 35px;
            text-align: left;
        }

        #ares4 .ie-grid .ie .back-4 .ie-tabnav a {
            text-transform: uppercase;
            text-decoration: none;
            color: #cccccc;
            margin-left: 0;
            margin-right: 32px;
            padding-top: 0;
            cursor: pointer;
            display: inline-block;
            font-size: 13px;
            line-height: 18px;
            border-top: 0 solid white;
        }

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

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

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

        #ares4 .ie-grid .ie .back-3 .ie-tabs .ie-tab {
            height: 100%;
            width: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            font-size: 14px;
            line-height: 17px;
        }

        #ares4 .ie-grid .ie .back-4 .ie-options {
            /*display: table;
            table-layout: fixed;
            width: 26px;
            height: 26px;
            bottom: 0;
            left: 0;
            background-color: gainsboro;
            position: absolute;*/
            position: relative;
            width: 100%;
            height: 30px;
            bottom: 0;
            left: 0;
            text-align: left;
            background: none;
            padding: 0 0 0 0;
            margin: 0 0 0 3px;

        }

        #ares4 .ie-grid .ie .back-4 .ie-options div {
            list-style-type: none;
            display: table-cell;
            width: 30px;
            height: 30px;
            text-align: left;
            vertical-align: middle;
            padding: 0 15px 0 0px;
            /*list-style-type: none;
            display: inline-block;
            width: 26px;
            height: 26px;
            text-align: center;
            margin: 0 0 0 10px;*/
        }

        #ares4 .ie-grid .ie .back-4 .ie-options div .fa {
            color: black;
            opacity: 0.3;
            font-size: 17px;
            margin-top: 4px;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }

        #ares4 .ie-grid .ie .back-4 .ie-options div .fa:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }


        /* Information Unit Sizes */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        
        /* Responsive */

        @media screen and (min-width: 320px) and (max-width: 420px) {
            #ares4 #logo img {
                width: auto;
                height: 90px;
                margin: 8px 0 0 8px;
            }
            
             /* Search Box Responsive */
        
            #ares4 #search {
                padding: 8px;
                margin: -8px 8px 0 0;
                border: 1px solid gray;
                width: 180px;
                box-sizing: border-box;
                float: right;
                position: relative;
            }
            
            /* Breadcrumb Trail */

            #ares4 #breadcrumb {
                font-size: 14px;
                /*color: #696969;*/
                color: #E3000F;
                margin-bottom: 0;
                padding: 0 0 0 4px;
            }

            #ares4 #breadcrumb a {
                margin: 0 8px 0 0;
                /*color: #696969;*/
                color: #E3000F;
                text-decoration: none;
            }

            /* Footer */
            
            #ares4 #footer {
        		position: relative;
        		bottom: 0;
        		left: 4px;
        		background-color: rgba(145, 145, 152, 1);
        		width: 100%;
        		max-width: 95%;
        		padding: 4px;
        		font-size: 14px;
        	}

        	#ares4 #footerinhalt {
        		max-width: 372px;
        		/*margin: 0 auto;*/
        	}

        	#ares4 #footerinhalt .company-info {
        		display: inline-block;
    	    	float: left;
    		    color: #3d3d3d;
    	    }
        	
            #ares4 #footerinhalt .site-info {
                display: inline-block;
                float: left;
                padding: 0 0 0 0;
            }

        	#ares4 #footerinhalt .site-info span {
        		margin: 0;
    	    }

    	    #ares4 #footerinhalt .site-info span a {
    		    text-decoration: none;
    		    color: inherit;
    	    }

            #ares4 .ie-grid {
                background-position: center center;
                background-size: cover;
                background-repeat: no-repeat;
                padding: 4px 4px 4px 4px;
                left: 0;
                margin: auto;
                width: 372px;
            }

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

            #ares4 .ie-grid .grid-gutter {
                width: 4px;
                display: inline-block;
            }

            #ares4 .ie-grid .ie .back-1 h2 {
                font-size: 20px !important;
            }

            #ares4 .ie-grid .ie .back-1 .ie-tabnav a h3 {
                font-size: 14px !important;
            }

            #ares4 .ie-grid .ie-width-1 {
                width: 88px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 88px;
            }
            #ares4 .ie-grid .ie-width-1 h3 {
                font-size: 10px !important;
            }
            #ares4 .ie-grid .ie-width-1 h4 {
                font-size: 9px !important;
            }

            #ares4 .ie-grid .ie-width-2 {
                width: 180px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 180px;
            }
            #ares4 .ie-grid .ie-width-2 h3 {
                font-size: 16px !important;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                font-size: 13px !important;
            }

            #ares4 .ie-grid .ie-width-3 {
                width: 272px;
            }
            #ares4 .ie-grid .ie-height-3 {
                height: 272px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 24px !important;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 16px !important;
            }

            #ares4 .ie-grid .ie-width-4 {
                width: 364px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 364px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 24px !important;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 14px !important;
            }

            #ares4 .ie-grid .ie-width-5 {
                width: 456px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 456px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 24px !important;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 16px !important;
            }

            #ares4 .ie-grid .ie-width-6 {
                width: 548px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 548px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 28px !important;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 24px !important;
            }

            #ares4 .ie-grid .ie-width-7 {
                width: 640px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 640px;
            }
            #ares4 .ie-grid .ie-width-7 h3 {
                font-size: 32px !important;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 24px !important;
            }

            #ares4 .ie-grid .ie-width-8 {
                width: 732px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 732px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 36px !important;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 28px !important;
            }

            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 8px);
                max-width: 372px;
                height: 465px;
            }
        }

        @media screen and (min-width: 421px) and (max-width: 667px) {
            #ares4 #logo img {
                width: auto;
                height: 90px;
                margin: 8px 0 0 8px;
            }
            
             /* Search Box Responsive */
        
            #ares4 #search {
                padding: 8px;
                margin: -8px 12px 0 0;
                border: 1px solid gray;
                width: 160px;
                box-sizing: border-box;
                float: right;
                position: relative;
            }
            
            /* Breadcrumb Trail */

            #ares4 #breadcrumb {
                font-size: 14px;
                /*color: #696969;*/
                color: #E3000F;
                margin-bottom: 0;
                padding: 0 0 0 4px;
            }

            #ares4 #breadcrumb a {
                margin: 0 8px 0 0;
                /*color: #696969;*/
                color: #E3000F;
                text-decoration: none;
            }

            /* Footer */
            
            #ares4 #footer {
        		position: relative;
        		bottom: 0;
        		left: 4px;
        		background-color: rgba(145, 145, 152, 1);
        		width: 100%;
        		max-width: 97%;
        		padding: 4px;
        		font-size: 10px;
        	}

        	#ares4 #footerinhalt {
        		max-width: 660px;
        		/*margin: 0 auto;*/
        	}

        	#ares4 #footerinhalt .company-info {
        		display: inline-block;
    	    	float: left;
    		    color: #3d3d3d;
    	    }
        	
            #ares4 #footerinhalt .site-info {
                display: inline-block;
                float: left;
                padding: 0 0 0 0;
            }

        	#ares4 #footerinhalt .site-info span {
        		margin: 0;
    	    }

    	    #ares4 #footerinhalt .site-info span a {
    		    text-decoration: none;
    		    color: inherit;
    	    }

            #ares4 .ie-grid {
                background-position: center center;
                background-size: cover;
                background-repeat: no-repeat;
                padding: 4px 4px 4px 4px;
                left: 0;
                margin: auto;
                width: 660px;
            }

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

            #ares4 .ie-grid .grid-gutter {
                width: 4px;
                display: inline-block;
            }

            #ares4 .ie-grid .ie .back-1 h2 {
                font-size: 20px !important;
            }

            #ares4 .ie-grid .ie .back-1 .ie-tabnav a h3 {
                font-size: 14px !important;
            }

            #ares4 .ie-grid .ie-width-1 {
                width: 78px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 78px;
            }
            #ares4 .ie-grid .ie-width-1 h3 {
                font-size: 10px !important;
            }
            #ares4 .ie-grid .ie-width-1 h4 {
                font-size: 9px !important;
            }

            #ares4 .ie-grid .ie-width-2 {
                width: 160px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 160px;
            }
            #ares4 .ie-grid .ie-width-2 h3 {
                font-size: 16px !important;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                font-size: 13px !important;
            }

            #ares4 .ie-grid .ie-width-3 {
                width: 242px;
            }
            #ares4 .ie-grid .ie-height-3 {
                height: 242px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 24px !important;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 16px !important;
            }

            #ares4 .ie-grid .ie-width-4 {
                width: 324px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 324px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 24px !important;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 14px !important;
            }

            #ares4 .ie-grid .ie-width-5 {
                width: 406px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 406px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 24px !important;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 16px !important;
            }

            #ares4 .ie-grid .ie-width-6 {
                width: 488px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 488px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 28px !important;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 24px !important;
            }

            #ares4 .ie-grid .ie-width-7 {
                width: 570px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 570px;
            }
            #ares4 .ie-grid .ie-width-7 h3 {
                font-size: 32px !important;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 24px !important;
            }

            #ares4 .ie-grid .ie-width-8 {
                width: 652px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 652px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 36px !important;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 28px !important;
            }

            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 8px);
                max-width: 660px;
                height: 465px;
            }
        }


        @media screen and (min-width: 668 px) and (max-width: 767px) {
            #ares4 #logo img {
                width: auto;
                height: 40px;
                margin: 8px 0 2px 8px;
            }
            
             /* Search Box Responsive */
        
            #ares4 #search {
                padding: 8px;
                margin: -47px 8px 0 0;
                border: 0 solid gray;
                width: 168px;
                box-sizing: border-box;
                float: right;
                position: relative;
            }
            
            /* Breadcrumb Trail */

            #ares4 #breadcrumb {
                font-size: 16px;
                /*color: #696969;*/
                color: #FFFFFF;
                margin-bottom: 0;
                padding: 0 0 0 8px;
            }

            #ares4 #breadcrumb a {
                margin: 0 8px 0 0;
                /*color: #696969;*/
                color: #FFFFFF;
                text-decoration: none;
            }

            /* Footer */
            
             #ares4 #footer {
        		position: relative;
        		bottom: 0;
        		left: 12px;
        		background-color: rgba(255, 255, 255, 0);
        		width: 100%;
        		max-width: 100%;
        		padding: 16px 0;
        		font-size: 14px;
        	}

        	#ares4 #footerinhalt {
        		max-width: 360px;
        		/*margin: 0 auto;*/
        	}

        	#ares4 #footerinhalt .company-info {
        		display: inline-block;
    	    	float: left;
    		    color: #3d3d3d;
    	    }
        	
            #ares4 #footerinhalt .site-info {
                display: inline-block;
                float: left;
                padding: 0 0 0 0;
            }

        	#ares4 #footerinhalt .site-info span {
        		margin: 0;
    	    }

    	    #ares4 #footerinhalt .site-info span a {
    		    text-decoration: none;
    		    color: inherit;
    	    }

            #ares4 .ie-grid {
                background-position: center center;
                background-size: cover;
                background-repeat: no-repeat;
                padding: 8px 8px 8px 8px;
                left: 0;
                margin: auto;
                width: 520px;
            }

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

            #ares4 .ie-grid .grid-gutter {
                width: 8px;
                display: inline-block;
            }

            #ares4 .ie-grid .ie-width-1 {
                width: 80px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 80px;
            }
            #ares4 .ie-grid .ie-width-1 h3 {
                /*margin: -8px 0 0 -8px !important;*/
                font-size: 12px;
            }
            #ares4 .ie-grid .ie-width-1 h4 {
                /*margin: 2px 0 0 -8px !important;*/
                font-size: 10px;
            }

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

            #ares4 .ie-grid .ie-width-3 {
                width: 256px;
            }
            #ares4 .ie-grid .ie-height-3 {
                height: 256px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 34px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 16px;
            }

            #ares4 .ie-grid .ie-width-4 {
                width: 344px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 344px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 34px;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 16px;
            }

            #ares4 .ie-grid .ie-width-5 {
                width: 452px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 452px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 20px;
            }

            #ares4 .ie-grid .ie-width-6 {
                width: 544px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 544px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 20px;
            }

            #ares4 .ie-grid .ie-width-7 {
                width: 636px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 636px;
            }
            #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: 728px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 728px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 20px;
            }

            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 32px);
                max-width: 360px;
                height: 344px;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 1023px) {
            
            #ares4 #logo img {
                width: auto;
                height: 40px;
                margin: 8px 0 8px 16px;
            }
            
             /* Search Box Responsive */
        
            #ares4 #search {
                padding: 12px;
                margin: -53px 8px 0 0;
                border: 0 solid gray;
                width: 240px;
                box-sizing: border-box;
                float: right;
                position: relative;
            }
            
            /* Breadcrumb Trail */

            #ares4 #breadcrumb {
                font-size: 16px;
                /*color: #696969;*/
                color: #FFFFFF;
                margin-bottom: 0;
                padding: 0 0 0 12px;
            }

            #ares4 #breadcrumb a {
                margin: 0 8px 0 0;
                /*color: #696969;*/
                color: #FFFFFF;
                text-decoration: none;
            }
            
            /* Footer */
            
             #ares4 #footer {
        		position: relative;
        		bottom: 0;
        		left: 16px;
        		background-color: rgba(255, 255, 255, 0);
        		width: 100%;
        		max-width: 100%;
        		padding: 0;
        		font-size: 14px;
        	}

        	#ares4 #footerinhalt {
        		max-width: 736px;
        		/*margin: 0 auto;*/
        	}

        	#ares4 #footerinhalt .company-info {
        		display: inline-block;
        		float: left;
    	    	color: #3d3d3d;
    	    }
        	
            #ares4 #footerinhalt .site-info {
                display: inline-block;
                float: right;
                padding: 0 0 0 0;
            }

        	#ares4 #footerinhalt .site-info span {
    	    	margin: 0 3px;
        	}

        	#ares4 #footerinhalt .site-info span a {
    	    	text-decoration: none;
    	    	color: inherit;
        	}
            
            #ares4 .ie-grid {
                background-position: center center;
                background-size: cover;
                background-repeat: no-repeat;
                padding: 16px 16px 16px 16px;
                left: 0;
                margin: auto;
                width: 768px;
            }

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

            #ares4 .ie-grid .grid-gutter {
                width: 8px;
                display: inline-block;
            }

            #ares4 .ie-grid .ie-width-1 {
                width: 116px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 116px;
            }
            #ares4 .ie-grid .ie-width-1 h3 {
                /*margin: -8px 0 0 -8px !important;*/
                font-size: 12px;
            }
            #ares4 .ie-grid .ie-width-1 h4 {
                /*margin: 2px 0 0 -8px !important;*/
                font-size: 10px;
            }

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

            #ares4 .ie-grid .ie-width-3 {
                width: 364px;
            }
            #ares4 .ie-grid .ie-height-3 {
                height: 364px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 34px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 16px;
            }

            #ares4 .ie-grid .ie-width-4 {
                width: 488px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 488px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 34px;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 16px;
            }

            #ares4 .ie-grid .ie-width-5 {
                width: 612px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 612px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 20px;
            }

            #ares4 .ie-grid .ie-width-6 {
                width: 736px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 736px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 20px;
            }

            #ares4 .ie-grid .ie-width-7 {
                width: 860px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 860px;
            }
            #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: 984px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 984px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 46px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 20px;
            }

            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 64px);
                max-width: 488px;
                height: 488px;
            }
        }
