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

Topix AG
2018-09-23
Version 1.5
based on Ares4 Default Theme 1.0
http://www.ares4.com
*/
        /* Font import */

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

        /* General */

        #ares4 {
            min-height: 100%;
            width: 100%;
            padding: 0;
            margin: 0;
            font-family: 'Fira Sans Condensed', sans-serif;
            -ms-hyphens: auto;
            -webkit-hyphens: auto;
            hyphens: auto;
        }

       #ares4 .site-wrapper {
            /*max-width: 1120px;*/
            max-width: 834px;
	        margin-left: auto;
	        margin-right: auto;
	        padding: 0 0 55px 0;
	        background-repeat: no-repeat;
        }
        
        /* Sprache */
        
        #ares4 .sprache {
            position: relative;
            right: 15px;
            float: right;
        }
        
        #ares4 .sprache-tag {
            text-decoration: none;
        }
        
        #ares4 .sprache-element {
            /*max-width: 15%;*/
            height: 100%;
            display: inline-block;
            margin: 0px 0px;
        }
        
        #ares4 span.sprache-text {
            display: block;
            text-align: center;
            color: #333;
        }
        #ares4 span.sprache-text:hover {
            color: #ED1054;
        }


        /* Logo */

        #ares4 #logo img {
            width: auto;
            height: 40px;
            margin: 8px 0 8px 16px;
        }
        
        /* Search Box */

        #ares4 #search {
            padding: 12px;
            margin: -53px 16px 0 0;
            border: 0px solid #000;
            width: 262px;
            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 16px;
        }

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

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

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

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

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

    	#ares4 #footerinhalt .site-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: 16px 16px 16px 16px;
            /*max-width: 1120px;*/
            max-width: 834px;
        }

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

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

        #ares4 .ie-grid .ie {
            border: 0 solid black;
            position: relative;
            margin-bottom: 0;
            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: 16px 16px 16px 16px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: #ffffff;

            /*outline-style: solid #7F2626;
            outline-width: 1px;
            outline-color: white;
            outline-offset: -20px;
            
            -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 {
            text-decoration: underline;
            background: solid gray;
         }*/
         
        #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);*/
        }
        
        #ares4 .ie-grid .ie .front-1 h3 {
            margin: 0 0 5px 0;
            padding-left: 5px;
            /*font-size: 30px;*/
            font-weight: 700;
            color: #ED0F53 !important;
            background-color: white;
            opacity: 0.95;
            text-align: left;
        }

        #ares4 .ie-grid .ie .front-1 h4 {
            margin: 0;
            padding-left: 5px;
            /*font-size: 20px;*/
            font-weight: 700;
            color: #003366 !important;
            background-color:white;
            opacity: 0.95;
            text-align: left;
        }

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

        #ares4 .ie-grid .ie .back-1 {
            /*height: 532px;
            width: 532px;*/
            height: 100%;
            width: 100%;
            padding: 16px 16px 0 16px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;
            border: 0 solid lightgray;
        }

        #ares4 .ie-grid .ie .back-1 h2 {
            margin: 0 0 0 0;
            font-size: 20px;
            font-weight: bold;
        }

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

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

        #ares4 .ie-grid .ie .back-1 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 8px 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: 18px;
            margin: 0 12px 0 0;
            cursor: pointer;
            transition: opacity 0.2s 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: 30px;
            text-align: left;
        }

        #ares4 .ie-grid .ie .back-1 .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-1 .ie-tabnav a h3 {
            margin: 0;
            padding: 0;
            display: inline-block;
            font-size: 14px;
            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% - 100px);
        }
        #ares4 .ie-grid .ie .back-1 .ie-tabs hr {

            border-top: 1px solid #cbcbcb;
        }

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

        #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: absolute;
            width: 96%;
            height: 32px;
            bottom: 0;
            left: 0;
            text-align: right;
            background: none;
            padding: 0 0 0 0;
            margin: 0 2%;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options div {
            list-style-type: none;
            display: table-cell;
            width: 26px;
            height: 26px;
            text-align: left;
            vertical-align: middle;
            padding: 0 8px 0 8px;

            /*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*/

        /* Information Unit CSS Class 3*/

        /* Information Unit CSS Class 4*/

        /* Information Unit CSS Class 5*/
       
        /* Information Unit Sizes */

        #ares4 .ie-grid .ie-width-1 {
            width: 127px;
        }
        #ares4 .ie-grid .ie-height-1 {
            height: 127px;
        }
        #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: 262px;
        }
        #ares4 .ie-grid .ie-height-2 {
            height: 262px;
        }
        #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: 397px;
        }
        #ares4 .ie-grid .ie-height-3 {
            height: 397px;
        }
        #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: 532px;
        }
        #ares4 .ie-grid .ie-height-4 {
            height: 532px;
        }
        #ares4 .ie-grid .ie-width-4 h3 {
            font-size: 36px;
        }
        #ares4 .ie-grid .ie-width-4 h4 {
            font-size: 16px;
        }

        #ares4 .ie-grid .ie-width-5 {
            width: 667px;
        }
        #ares4 .ie-grid .ie-height-5 {
            height: 667px;
        }
        #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: 802px;
        }
        #ares4 .ie-grid .ie-height-6 {
            height: 802px;
        }
        #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: 937px;
        }
        #ares4 .ie-grid .ie-height-7 {
            height: 937px;
        }
        #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: 1072px;
        }
        #ares4 .ie-grid .ie-height-8 {
            height: 1072px;
        }
        #ares4 .ie-grid .ie-width-8 h3 {
            font-size: 49px;
        }
        #ares4 .ie-grid .ie-width-8 h4 {
            font-size: 23px;
        }

        #ares4 .ie-grid .ie-maximized {
            width: calc(100% - 16px);
            max-width: 532px;
            height: 532px;
            /*width: 532px;
            height: 532px;*/
        }
        
        /* Responsive */
  
        @media screen and (min-width: 320px) and (max-width: 420px) {
            #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: 360px;
            }

            #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: 16px;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                font-size: 11px;
            }

            #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: 421px) and (max-width: 667px) {
            #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: 0;
        		background-color: rgba(255, 255, 255, 0);
        		width: 100%;
        		max-width: 100%;
        		padding: 16px 0;
        		font-size: 14px;
        	}

        	#ares4 #footerinhalt {
        		max-width: 520px;
        		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;
    	    }

    	    #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: 8px;
            }
            #ares4 .ie-grid .ie-width-1 h4 {
                /*margin: 2px 0 0 -8px !important;*/
                font-size: 6px;
            }

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