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

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

        @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

        /* BxSlider */
        @import url(//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css);       
        

        

        .popup {
            position: fixed;
            width:60vw;
            height:30vw;
            margin: auto;
            top: 0; left: 0; bottom: 0; right: 0;
            z-index: 2;
        }


        .popup .bx-wrapper {
            overflow: hidden;
        }

        .popup .close {
            position: absolute;
            top:2vw;
            right:1vw;
            cursor: pointer;
            color:#fff;
            font-size:4vw;
            line-height: 0;
        }

        .popup .container {
            height:100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 50% 50%;
            position: relative;
        }

        .popup .container .text {
            width:50%;
            position: absolute;
            top: 50%;
            left:1vw;
			line-height:0!important;
            transform: translateY(-50%);
        }
		
		.popup .container .text h1 {
            line-height:0!important;
			margin:0;
        }

        .popup .container .text h1 span {
            display: inline-block;
            box-sizing: border-box;
            padding: 2vw;
            position: relative;
            vertical-align: middle;
            background-color: #fcc600;
            color:#fff;
            border-radius: 0 1vw 0 1vw;
            white-space: nowrap;
            margin-bottom:0.5vw;
            font-weight: bold;
            font-size:2.7vw;
        }
		
		.popup .container .text h2 {
            line-height:0!important;
			margin:0;
			margin-top:1vw;
        }

        .popup .container .text h2 span {
            display: inline-block;
            box-sizing: border-box;
            padding: 1vw;
            position: relative;
            vertical-align: middle;
            background-color: rgb(80, 158, 47);
            color:#fff;
            border-radius: 0 1vw 0 1vw;
            white-space: nowrap;
            margin-bottom:0.5vw;
            font-weight: bold;
            font-size:1vw;
        }

        .popup .container .text a.more {
            display: inline-block;
            box-sizing: border-box;
            padding: 1vw;
            position: relative;
            vertical-align: middle;
            background-color: rgb(49, 97, 29);
            color:#fff;
            border-radius: 0 1vw 0 1vw;
            white-space: nowrap;
            margin-top:1vw;
            font-weight: bold;
            font-size:1vw;
            text-decoration: none;
            z-index: 999999 !important;
        }

        .popup .container .button {
            width:25%;
            position: absolute;
            right:1vw;
            top:1vw;
        }

        .bx-wrapper, .bx-viewport, .popup .slider {
            height:100%!important;
        }

        .bx-wrapper {
            border-radius: 1vw;
            overflow: hidden;
        }

        .bx-wrapper .bx-pager {
            position: absolute;
            bottom: 1vw!important;
			left: 50%;
			transform: translateX(-50%);
        }
		
		.bx-wrapper .bx-pager-item {
			display: inline-block;
			vertical-align: bottom;
		}

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: rgba(255, 255, 255, 0.5)!important;
            width: 1vw!important;
            height: 1vw!important;
            border-radius: 50%!important;
			text-indent: -9999px;
			display: block;
			margin: 0 5px;
			outline: 0;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
        }

        .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover {
            background: #fff!important;
        }

        /* General */

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

        }

        #ares4 .snowflake {
          color: #fff;
          font-size: 1em;
          font-family: Arial;
          text-shadow: 0 0 1px #000;
        }

        @-webkit-keyframes snowflakes-fall
        {0%{top:-10%}100%{top:100%}}
        @-webkit-keyframes snowflakes-shake
        {0%{-webkit-transform:translateX(0px);
        transform:translateX(0px)}50%
        {-webkit-transform:translateX(80px);
        transform:translateX(80px)}100%
        {-webkit-transform:translateX(0px);
        transform:translateX(0px)}}

        @keyframes snowflakes-fall{
            0%{
                top:-10%

                }100%{
                    top:100%}

        }
        @keyframes snowflakes-shake{
            0%{
            transform:translateX(0px)}50%{
            transform:translateX(80px)}100%{
            transform:translateX(0px)}}

        .snowflake{
                position:fixed;top:-10%;z-index:9999;
                -webkit-user-select:none;
                -moz-user-select:none;
                -ms-user-select:none;
                user-select:none;cursor:default;
                -webkit-animation-name:snowflakes-fall,
                snowflakes-shake;
                -webkit-animation-duration:10s,3s;
                -webkit-animation-timing-function:linear,ease-in-out;
                -webkit-animation-iteration-count:infinite,infinite;
                -webkit-animation-play-state:running,running;
                animation-name:snowflakes-fall,snowflakes-shake;
                animation-duration:10s,3s;
                animation-timing-function:linear,ease-in-out;
                animation-iteration-count:infinite,infinite;
                animation-play-state:running,running

            }
                .snowflake:nth-of-type(0){left:1%;
                -webkit-animation-delay:0s,0s;
                animation-delay:0s,0s}
                .snowflake:nth-of-type(1){left:10%;
                -webkit-animation-delay:1s,1s;animation-delay:1s,1s}
                .snowflake:nth-of-type(2){left:20%;
                -webkit-animation-delay:6s,.5s;
                animation-delay:6s,.5s}
                .snowflake:nth-of-type(3)
                {left:30%;-webkit-animation-delay:4s,2s;
                animation-delay:4s,2s}
                .snowflake:nth-of-type(4){left:40%;
                -webkit-animation-delay:2s,2s;animation-delay:2s,2s}
                .snowflake:nth-of-type(5){left:50%;
                -webkit-animation-delay:8s,3s;animation-delay:8s,3s}
                .snowflake:nth-of-type(6){left:60%;
                -webkit-animation-delay:6s,2s;animation-delay:6s,2s}
                .snowflake:nth-of-type(7){left:70%;
                -webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}
                .snowflake:nth-of-type(8){left:80%;
                -webkit-animation-delay:1s,0s;animation-delay:1s,0s}
                .snowflake:nth-of-type(9){left:90%;
                -webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}


        #ares4 .stoerer {
            position: absolute;
            top: 187px;
            left: 30%;
            max-width: 520px;
            color: #fff;
            text-align: center;
            background-color: rgb(80, 158, 47);
            padding: 10px;
            z-index: 10000;
        }

        #ares4 .stoerer a {
            color: #fff;
        }
        #ares4 .stoerer a.closestoerer {
            position: absolute;
            top: -16px;
            right: -10px;
            width: 30px;
            height: 30px;
            text-decoration: none;
            background: #CB0003 url('https://api.ares4.info/v0.1/file/149/downloads/close.png');
            background-position: center center;
            background-repeat: no-repeat;
            border-radius: 50%;
        }

        ::-webkit-scrollbar-track-piece{
        	background-color: transparent;
        	-webkit-border-radius: 6px;
        }
         /* Sitewrapper */
        #ares4 .site-wrapper {
    		max-width:1110px;
			margin-left:auto;
			margin-right:auto;
			padding: 5px 0 50px 0;
			background-repeat: no-repeat;
		}

		/* Header */

	    #header {
    		background-color: white;
    		margin: 0 auto;
    		position: fixed !important;
    		width: 100%;
    		top: 0px;
    		left: 0px;
    		z-index: 2;
    	}

    	#ares4 .header-container {
    		max-width: 1100px;
            margin-left: auto;
            margin-right: auto;
    		position: relative;
    	}

        /* Logo */

        #ares4 .lrg-logo img {
            width: auto;
            margin: 5px 0px 5px 0;
            height: 100px;
            position: relative;
            top: 0px;
        }

        #ares4 .sml-logo{

            max-width: 890px;
            margin-left: auto;
            margin-right: auto;
        }

        #ares4 .sml-logo img {
            width: auto;
            margin: 25px 0px 10px 0;
            height: 40px;
            position: relative;
            top: 0px;
            display: none;
        }

        #ares4 ul.lrg-hauptnavigation {
            position: absolute;
            top: 3px;
            left: 273px;
            width: 156px;
            font-size: 13px;
            padding: 0 0 0 0;
            margin: 0 0 0 0;
            border-top: solid 2px #ffca00;

        }

        #ares4 ul.lrg-hauptnavigation li {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        #ares4 ul.lrg-hauptnavigation li a, ul.lrg-hauptnavigation li a:link, ul.lrg-hauptnavigation li a:visited {

            color: #666;
            text-decoration: none;
        }

        #ares4 ul.lrg-hauptnavigation li a:hover {
             color: rgb(80, 158, 47);
        }

        #ares4 ul.sml-hauptnavigation {
            display: none !important;
        }

        

/**********************100Jahre Logo*********************************/


        #ares4 .lrg-100jahre img {
            width: auto;
            height: 100px;
            position: absolute;
            bottom: 45px;
            right: 0;
            float: right;
        }

        #ares4 .sml-100jahre{
            max-width: 890px;
            margin-left: auto;
            margin-right: auto;
        }

        #ares4 .sml-100jahre img {
            width: auto;
            margin: 25px 0px 10px 0;
            height: 40px;
            position: relative;
            top: 0px;
            display: none;
        }
        /* Seach Box */

        #ares4 #iconsearchbar{
            display: inline-block;
            position: absolute;
            z-index: 2;
            top: 1rem;
            right: 2rem;
        }

        #ares4 #iconsearchbar a {

        }

        #ares4 #iconsearchbar a img{
            height: auto;
            width: 30px;
        }

        #ares4 #iconsearchbar #socicons{
            float: right;
            padding-right: 1rem;
        }

        #ares4 #searchbar {
        }


        #ares4 #searchbar #search {
            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: .5rem;
            background-size: auto 55%;
        	padding: .5rem 2rem;

            border-bottom: 1px solid #fcc600;
            border-top: 1px solid #fcc600;
            border-right: 1px solid #fcc600;
            border-left: 1px solid #fcc600;
            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        #ares4 #searchbar #search:focus {

            outline: 0;

            
        }

/* 
        #ares4 #searchm #searchm {
            display: none !important;
        }

        #ares4 .lrg-searchm {
            display: none;
        }

        #ares4 .sml-searchm {
            display: none !important;
        }
        /* Breadcrumb Trail */

        #ares4 .breadcrumb-block {
            position: relative;
            background-color: #fcc600;
        } 



        #ares4 #breadcrumb {
            max-width: 1089px;
            font-size: 14px;
            color: #696969;
            margin: 0 auto;
            padding: 7px 0 7px 10px;
        }

        #ares4 #breadcrumb a {
            margin: 0 10px 0 0;
            color: #696969;
            text-decoration: none;

        }

        /* Menu */

        #ares4 #static-menu {
            display: none;
        }

        #ares4 #static-menu .lrg-static-menu {
    	      display: none;

    	}

        #ares4 .sml-static-menu {
    	      display: none !important;

    	}


        #ares4 #main {
            padding: 195px 0 0 0;
        }

		/* Footer */

		 #ares4 #social-icon {
            overflow: hidden;
            position: fixed;
            right: 0;
            bottom: 0;
            z-index: 3000;
        }

		#ares4 .site-info {
		    top: 0;
		    right: 0;
            position: absolute;
		}


		#ares4 .heimgruppe{
		    position: absolute;
            top: 0px;
            left: 0;
            display: inline-flex;
		}

		#ares4 #footer .heimgruppe ul  {
        	display: inline-block;
        	width: auto;
        	text-align: left;
        	list-style-type: none;
        }

        #ares4 #footer .heimgruppe ul li {
        	display: inline-block;
        	width: auto;
        	text-align: left;
        	list-style-type: none;
        	padding: 0;
        	margin: 0 0px 0px 20px;
        }

		#ares4 #footer .heimgruppe ul li a {
        	display: inline-block;
        	color: #333;
        	text-decoration: none;
        }

		#ares4 #footer {
	        overflow: hidden;
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            height: 45px;
            text-align: left;
            background-color: #fff0;
            z-index: 1;
        }

        #ares4 #footerinhalt {
        	width: 100%;
        	max-width: 1310px;
        	margin: 0 auto;
        }

        #ares4 #footer img {
        	width: auto;
        	height: 30px;
        	margin: 7px 0 0px  0px;
        }

        #ares4 #footer ul {
        	float: right;
        	width: auto;
        	padding: 0;
        	margin: 15px 10px 0 0;
        }

        #ares4 #footer ul li {
        	display: inline-block;
        	width: auto;
        	text-align: left;
        	list-style-type: none;
        	padding: 0;
        	margin: 0 0px 0px 20px;
        }

        #ares4 #footer ul li a {
        	display: inline-block;
        	color: #333;
        	text-decoration: none;
        }
        /* 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: 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;

            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;

            border: 0px solid #fff;
        }

        #ares4 .ie-grid .ie .front-1 h3 {

            margin: 0px 0 5px 0px;

        }

        #ares4 .ie-grid .ie .front-1 h3 li{
            list-style-type: none;
            position: relative;
            margin: 0 0 3px 0;
            padding: 10px 0 10px 20px;
            background-color: rgb(80, 158, 47);
            text-transform: uppercase;
            width: 360px;
            font-size: 21px;


            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;

        }
        #ares4 .ie-grid .ie .front-1 h3 span {


        }

        #ares4 .ie-grid .ie .front-1 h4 {

            margin: 10px 0 5px 0px;

        }

        #ares4 .ie-grid .ie .front-1 h4 li{
            list-style-type: none;
            position: relative;
            margin: 0 0 3px 0;
            padding: 4px 0 4px 4px;
            background-color: #facc31;
            text-transform: uppercase;
            width: 295px;


            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;

        }

        #ares4 .ie-grid .ie .front-1 h4 li{
            list-style-type: none;
            position: relative;
            margin: 0 0 3px 0;
            padding: 4px 0 4px 4px;
            background-color: #fcc600;
            text-transform: uppercase;
            width: 295px;


            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;

        }

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

            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        #ares4 .ie-grid .ie .front-2 h3 {

            margin: 0 0 5px 0px;

        }

        #ares4 .ie-grid .ie .front-2 h3 li{
            list-style-type: none;
            position: relative;
            margin: 0 0 3px 0;
            padding: 4px 0 4px 4px;
            background-color: #fcc600;
            text-transform: uppercase;
            width: 185px;


            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;

        }
        #ares4 .ie-grid .ie .front-2 h3 span {


        }
        #ares4 .ie-grid .ie .front-2 h4 {

            margin: 15px 0 5px 0px;

        }

        #ares4 .ie-grid .ie .front-2 h4 li{
            list-style-type: none;
            position: relative;
            margin: 0 0 3px 0;
            padding: 4px 0 4px 4px;
            background-color: #fcc600;
            text-transform: uppercase;
            width: 295px;

            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;

        }

        #ares4 .ie-grid .ie .front-2 h4 span {
            /*background-image: url("https://api.ares4.info/v0.1/file/162/downloads/Jobs/Ulm/Stern.png");*/
            background-repeat: no-repeat;
            width: 90px;
            height: auto;
            position: absolute;
            bottom: 13px;
            right: 10px;
            margin: 0;
            padding: 0;
            content:url(https://api.ares4.info/v0.1/file/162/downloads/100J/HEM_100Jahre.png);
        }

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

            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        #ares4 .ie-grid .ie .front-3 h3 {

            margin: 0 0 5px 0px;

        }

        #ares4 .ie-grid .ie .front-3 h3 li{
            list-style-type: none;
            position: relative;
            margin: 0 0 3px 0;
            padding: 4px 0 4px 4px;
            background-color: #fcc600;
            text-transform: uppercase;
            width: 185px;

            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;

        }
        #ares4 .ie-grid .ie .front-3 h3 span {


        }
        #ares4 .ie-grid .ie .front-3 h4 {

            margin: 0px 0 5px 0px;
            position: absolute;
            bottom: 0px;

        }

        #ares4 .ie-grid .ie .front-3 h4 li{
            list-style-type: none;
            position: relative;
            margin: 0 0 3px 0;
            padding: 4px 0 4px 4px;
            background-color: rgb(80, 158, 47);
            text-transform: uppercase;
            width: 185px;
            bottom: 0px;

            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;

        }

        #ares4 .ie-grid .ie .front-3 h4 span {
            /*background-image: url("https://api.ares4.info/v0.1/file/162/downloads/Jobs/Ulm/Stern.png");*/
                background-repeat: no-repeat;
                width: 111px;
                height: auto;
                position: absolute;
                bottom: 13px;
                left: 10px;
                margin: 0;
                padding: 0;

            content:url(https://api.ares4.info/v0.1/file/162/downloads/100J/HEM_100Jahre.png);

        }

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

            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        #ares4 .ie-grid .ie .front-4 h3 {

            margin: -2px 0 5px 0px;
        }

        #ares4 .ie-grid .ie .front-4 h3 li{
            list-style-type: none;
            position: relative;
            margin: 0 0 3px 0;
            padding: 4px 0 4px 4px;
            background-color: #fcc600;
            text-transform: uppercase;
            width: 190px;


            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        #ares4 .ie-grid .ie .front-4 h3 span {


        }

        #ares4 .ie-grid .ie .front-4 h4 {

            margin: -2px 0 5px 0px;
            position: absolute;
            bottom: 1px;
            color: #fff !important;
        }


        #ares4 .ie-grid .ie .front-4 h4 li{
            list-style-type: none;
            position: relative;
            margin: 0 0 3px 0;
            padding: 4px 0 4px 4px;
            background-color: #509e2f;
            text-transform: uppercase;
            width: 190px;

            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;

        }

        #ares4 .ie-grid .ie .front-4 h4 span {
            /*background-image: url("https://api.ares4.info/v0.1/file/162/downloads/Jobs/Ulm/Stern.png");*/
            background-repeat: no-repeat;
            width: 130px; /*or your image's width*/
            height: auto; /*or your image's height*/
            position: absolute;
            bottom: -10px;
            left: 105px;
            margin: 0;
            padding: 0;

            content:url(https://api.ares4.info/v0.1/file/162/downloads/dt/HEM_Sonnenbrille4.png);

        }


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

            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;

            border: 3px solid #fff;
        }

        #ares4 .ie-grid .ie .front-5 h3 {

            margin: 0px 0 5px 0px;

        }

        #ares4 .ie-grid .ie .front-5 h3 li{
            list-style-type: none;
            position: relative;
            margin: 0 0 3px 0;
            padding: 10px 0 10px 20px;
            background-color: rgb(80, 158, 47);
            text-transform: uppercase;
            width: 360px;
            font-size: 21px;

            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;

        }
        #ares4 .ie-grid .ie .front-5 h3 span {


        }

        #ares4 .ie-grid .ie .front-5 h4 {

            margin: 10px 0 5px 0px;

        }

        #ares4 .ie-grid .ie .front-5 h4 li{
            list-style-type: none;
            position: relative;
            margin: 0 0 3px 0;
            padding: 4px 0 4px 4px;
            background-color: #facc31;
            text-transform: uppercase;
            width: 295px;

            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }

/************Rückseite**************************************/

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

            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }

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

        #ares4 .ie-grid .ie .back-1 h2 span {
            margin: 90px 0 0 0px;
            font-size: 27px;
            font-weight: 500;
            background-color: #fcc600;
            background-color: #fcc600;
            padding: 4px 10px 5px 10px;

            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }


        #ares4 .ie-grid .ie .back-1 h3 {
            margin: 0;
            font-size: 19px;
            font-weight: 600;
            line-height: 1.3;
            width: 17%;
            background-color: grey;
            color: #fff;
            padding: 2px 0 2px 10px;
            border-top-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        #ares4 .ie-grid .ie .back-1 h4 {
            margin: 0;
            font-size: 16px;
            line-height: 1.3;
            font-weight: 300;
        }

        #ares4 .ie-grid .ie .back-1 pre {
            margin: 0;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.3;
            width: 40%;
            background-color: rgb(80, 158, 47);
            color: #fff;
            padding: 2px 0 2px 10px;
            border-top-right-radius: 5px;
            border-bottom-left-radius: 5px;
            font-family: 'Open Sans', sans-serif !important;
        }

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

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

        #ares4 .ie-grid .ie .back-1 .ie-close:before {
            content: "\2715";
        }

        #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: -35px 0 0 0;
            height: 30px;
            text-align: right;
        }

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

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

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

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

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

        #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: rgb(80, 158, 47);
            text-decoration: underline;
        }
        #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab a:hover {
            color: inherit;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options {
            position: absolute;
            width: 96%;
            height: 34px;
            top: 44px;
            left: 0;
            text-align: left;
            background: none;
            border-top: dotted 0px rgb(100,100,100);
            padding: 0px 0 0 0;
            margin: 0 2%;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options div {
            list-style-type: none;
            display: table-cell;
            vertical-align: middle;
            list-style-type: none;
            display: inline-block !important;
            width: 38px;
            height: 24px;
            text-align: center;
            margin: 0 0 0 14px;
            font-size: 0px;
        }

        #ares4 .ie-grid .ie .back-1 .ie-options div .fa {
            color: #fff;
            background-color: rgb(80, 158, 47);
            padding: 10px;
            opacity: 1;
            font-size: 20px;
            margin-top: 2px;
            cursor: pointer;
            transition: opacity 0.3s ease;
            border-top-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }

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


        /* Information Unit Sizes */

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

        #ares4 .ie-grid .ie-width-1 h3 {
            font-size: 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: 15px;
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        @media screen and (max-width: 1024px) {

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

        @media screen and (max-width: 875px) {

        #ares4 .lrg-100jahre img {
            width: auto;
            height: 100px;
            position: absolute;
            bottom: 10px;
            right: 80px;
            float: right;
        }

		#ares4 #headerinhalt .site-menu {
			display: none;
		}

		#ares4 #headerinhalt .nav {
			display: none;
		}

		#ares4 .sml-static-menu {
    	      display: none !important;

    	}

		#ares4 #static-menu {
    		display: inline-block;
    		width: 50px;
    		height: 50px;
    		background-color: rgb(80, 158, 47);
    		top: 55px;
    		right: 15px;
    		position: absolute;
    		z-index: 3001;
    		border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;

    	}
    	#ares4 #static-menu:hover {
    		cursor: pointer;
    	}
    	#ares4 #static-menu:hover .menuicon-bread-top,
    	#ares4 #static-menu:hover .menuicon-bread-mid,
    	#ares4 #static-menu:hover .menuicon-bread-bottom {
    		background-color: #ccc;
    	}
    	#ares4 #static-menu .menuicon-bread-top {
    		position: absolute;
    		width: 50%;
    		height: 2px;
    		background-color: #fff;
    		top: 30%;
    		left: 50%;
    		transform: translateX(-50%);
    		transition: all 1s ease;
    		-webkit-transition: all 1s ease;
    		-moz-transition: all 1s ease;
    	}
    	#ares4 #static-menu .menuicon-bread-mid {
    		position: absolute;
    		width: 50%;
    		height: 2px;
    		background-color: #fff;
    		top: 50%;
    		left: 50%;
    		transform: translateX(-50%);
    		opacity: 1;
    		transition: all 2s ease;
    		-webkit-transition: all 2s ease;
    		-moz-transition: all 2s ease;
    	}
    	#ares4 #static-menu .menuicon-bread-bottom {
    		position: absolute;
    		width: 50%;
    		height: 2px;
    		background-color: #fff;
    		top: 70%;
    		left: 50%;
    		transform: translateX(-50%);
    		transition: all 1s ease;
    		-webkit-transition: all 1s ease;
    		-moz-transition: all 1s ease;
    	}
    	#ares4 #static-menu .active-menu-block {
    		display:none;
    		position: absolute;
    		top: 50px;
    		right: 0px;
    		width: 270px;
    		background-color: #fff;
    	}
    	#ares4 #static-menu .active-menu-block.active {
    		display: block;
    		z-index: 3;
    	}
    	#ares4 #static-menu .active-menu-block li {
    		padding: 0 10px;
    		list-style: none;
    		background-color: #fff;
    		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.21);
    		color: #000;
    	}
    	#ares4 #static-menu .active-menu-block li:hover {
    		background-color: #fcc600;
    		color: #fff;
    	}
    	#ares4 #static-menu .active-menu-block a {
    		font-size: 14px;
    		text-decoration: none;
    		color: inherit;
            padding: 10px 0;
            display: inline-block;
            width: 100%;
    	}

    	#ares4 #static-menu.active .menuicon-bread-top {
    		transform: rotate(45deg);
    		top: 50%;
    		left: 13%;
    		width: 80%;
    	}

    	#ares4 #static-menu.active .menuicon-bread-mid {
    		opacity: 0;
    	}

    	#ares4 #static-menu.active .menuicon-bread-bottom {
    		transform: rotate(135deg);
    		top: 50%;
    		left: 13%;
    		width: 80%;
    	}

            #ares4 #searchbar {
                display: inline-block;
                right: 2.4rem;
                top: 2.4rem;
                position: absolute;
                background-color: rgb(80, 158, 47);
                z-index: 2;
                border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
            }


            #ares4 #searchbar #search {
                width: 0px;
                border: 0px solid #c6c8cb;
                border-radius: 0 !important;
                background: rgba(255, 255, 255, 0);
                background-image: URL('https://api.ares4.info/v0.1/file/162/downloads/dt/Icon-Suche_rgb_web.png');
                background-repeat: no-repeat;
                background-position: left center;
                background-size: auto 87%;
                padding: 5px 5px 10px 26px;
            }


            #ares4 #searchbar #search:focus {
                top: -1px;
                left: 2px;
                height: 12px;
                position: relative;
                background-image: URL('https://api.ares4.info/v0.1/file/162/downloads/dt/Icon-Suche_rgb_web.png');
                /* background-image: URL('https://api.ares4.info/v0.1/file/165/downloads/dt/Icon-Search.png'); */
                background-repeat: no-repeat;
                background-position: 1px;
                background-size: auto 100%;
                width: 170px;
                padding: 5px 0px 0px 20px;
                color: #fff;
                border-bottom: 0px solid #ffffff;
                border-top: 0px solid #ffffff;
                border-right: 0px solid #ffffff;
                border-left: 0px solid #ffffff;
                outline: 0;
                -webkit-border-top-right-radius: 10px;
                -webkit-border-bottom-left-radius: 10px;
                -moz-border-radius-topright: 10px;
                -moz-border-radius-bottomleft: 10px;
                border-top-right-radius: 10px;
                border-bottom-left-radius: 10px;
            }



			#ares4 .site-info {
                top: 0;
                right: 40px;
                position: absolute;
            }
	}




    @media screen and (max-width: 768px) {

          #ares4 .stoerer {
                top: 40px;
                left: 15%;
                max-width: 400px;

            }

            #ares4 .site-wrapper {
               max-width: 670px;
            }

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

            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab img {
                height: auto !important;
                width: 40% !important;
            }

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


           #ares4 .ie-grid .ie-maximized {
                width: 650px !important;
                height: 810px;
                max-width: 650px;
            }

            #ares4 ul.lrg-hauptnavigation {
                visibility: hidden;
            }
    }




        @media screen and (max-width: 740px) {


        #ares4 .lrg-100jahre img {
            width: auto;
            height: 48px;
            position: absolute;
            bottom: 12px;
            right: 133px;
            float: right;
        }

        #ares4 #static-menu {
            display: inline-block;
            width: 50px;
            height: 50px;
            background-color: rgb(80, 158, 47);
            right: 15px;
            position: absolute;
            z-index: 3001;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }
        #ares4 .sml-static-menu {
    	      display: none !important;

        }

            #ares4 #headerbanner img {
                margin: 20px 0 0 20px;
                width: 610px;
                height: auto;
            }


        	#ares4 #searchbar {
                display: inline-block;
                position: absolute;
                z-index: 2;
                right: 2.4rem;
                top: 2.4rem;
            }

            #ares4 #main {
                padding: 92px 0 0 0;
            }

            #ares4 #logo img {
                width: auto;
                height: 60px;
                margin: 0px 0px 0 10px;
            }

            #ares4 .heimgruppe {
                display: none;
            }

            #ares4 .ie-grid {
                width: 620px;
                left: 10px;
                margin: auto;
            }
            #ares4 .ie-grid .grid-sizer {
                width: 67.5px;
                display: inline-block;
            }
            #ares4 .ie-grid .grid-gutter {
                width: 10px;
                display: inline-block;
            }

            #ares4 .ie-grid .ie .front-1 h3 {
                margin: 0px 0 5px 0px;
                hyphens: auto;
                -moz-hyphens: auto;
                -o-hyphens: auto;
                -webkit-hyphens: auto;
                -ms-hyphens: auto;
                hyphens: auto;
            }

            #ares4 .ie-grid .ie .front-1 h3 li {
                margin: 0 0 3px -8px;
                width: 130px;
                font-size: 11px;
                padding: 4px 0 4px 4px

            }



            #ares4 .ie-grid .ie .front-1 h4 {

            }

            #ares4 .ie-grid .ie .front-2 h3 li {
                margin: 0 0 3px -8px;
                width: 136px;
                font-size: 11px;

            }

            #ares4 .ie-grid .ie .front-2 h4 {
                margin: 5px 0 5px 0px;
            }

            #ares4 .ie-grid .ie .front-3 h3 li {
                margin: 0 0 3px -8px;
                width: 136px;
                font-size: 11px;

            }

            #ares4 .ie-grid .ie .front-3 h4 li {
                width: 130px;
                margin: 0 0 3px -4px;
            }

            #ares4 .ie-grid .ie .front-2 h4 span {
                width: 60px;
            }


            #ares4 .ie-grid .ie .front-4 h3 {
                margin: -2px 0 3px -3px;
            }


            #ares4 .ie-grid .ie .front-4 h3 li {
                padding: 4px 0 4px 4px;
                width: 130px;
            }

            #ares4 .ie-grid .ie .front-4 h4 {
                margin: -2px 0 3px -3px;
            }

            #ares4 .ie-grid .ie .front-4 h4 li {
                padding: 4px 0 4px 4px;
                width: 130px;
            }

            #ares4 .ie-grid .ie .front-4 h4 span {
                width: 105px;
                bottom: 10px;
                left: 92px;
            }



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

            #ares4 .ie-grid .ie .back-1 .ie-close {
                top: 10px;
            }

            #ares4 .ie-grid .ie .back-1 h2 {
                margin: 43px 0 0 10px;
                font-size: 16px;
                font-weight: 700;
            }

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

            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
                height: 100%;
                overflow-y: auto;
                margin: 0;
                padding: 0px 0 0 10px;
                width: 92%;
                font-size: 13px;
                line-height: 1.4;
                font-weight: 300;
            }

            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab img {
                height: auto !important;
                width: 100% !important;
                margin: 0 0 0 0 !important;
            }



            #ares4 .ie-grid .ie .back-1 .ie-options {
                top: 10px;
            }



            #ares4 .ie-grid .ie-width-1 {
                width: 67.5px;
            }
            #ares4 .ie-grid .ie-width-1 h3 {
                font-size: 14px;
            }
            #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: 11px;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                font-size: 11px;
            }
            #ares4 .ie-grid .ie-width-3 {
                /*width: 222.5px;*/
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-5 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-6 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-7 {
                width: 300px;
            }
            #ares4 .ie-grid .ie-width-7 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-8 {
                width: 145px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 67.5px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 145px;
            }
            #ares4 .ie-grid .ie-height-3 {
                /*height: 222.5px;*/
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 145px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 300px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 300px;
                height: 300px;
            }
        }

        @media screen and (max-width: 420px) {

            #ares4 .stoerer {
                top: 65px;
                left: 10%;
                max-width: 289px;
                font-size: 12px;
            }

            #ares4 #headerbanner img {
                margin: 10px 0 0 10px;
                width: 335px;
                height: auto;
            }

            #ares4 .lrg-100jahre img {
                width: auto;
                height: 35px;
                position: absolute;
                bottom: 8px;
                right: 96px;
                float: right;
            }

                   /* Menu */

            #ares4 #static-menu {
        		display: inline-block;
                width: 37px;
                height: 37px;
                background-color: rgb(80, 158, 47);
                top: 8px;
                right: 10px;
                position: absolute;
                z-index: 3001;
        	}

        	#ares4 .sml-static-menu {
    	        display: none !important;

        	}

        	#ares4 #searchbarm {
                display: inline-block;
                right: 100px;
                position: absolute;
                top: 78px;
                z-index: 2;
                width: 94%;
                background-color: #e8e8e8;
        	}
        	#ares4 .lrg-searchm {
        	    padding: 8px;
        	    border-top-right-radius: 10px;
                border-bottom-left-radius: 10px;

            }

        	#ares4 .sml-searchm {
    	        display: none !important;
        	}

        	#ares4 #searchbar {        	    
                right: 2.4rem;
                top: 2.4rem;
            }

            #ares4 #searchbar #search {
                padding: 0px 0px 4px 15px;
            }


            #ares4 #main {
                padding: 81px 0 0 0;
            }
            #ares4 #logo img {
                width: auto;
                height: 35px;
                margin: 10px 0px 3px 10px;
            }

            #ares4 #footer {
                overflow: visible;
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
                height: 63px;
                text-align: center;
               /* background-color: #fcc6008c;*/
                z-index: 1;

            }


            #ares4 #footer img {

            }

            #ares4 #social-icon {
                overflow: hidden;
                position: fixed;
                right: 0;
                bottom: 0;
                z-index: 3000;

            }

            #ares4 .site-info {
                /*position: absolute;*/
                top: 0px;
            }

            #ares4 #footer ul li a {
                display: inline-block;
                color: #333;
                text-decoration: none;
                font-size: 12px;
            }

            #ares4 .ie-grid {
                width: 335px;
                left: 0px;
                margin: auto;
            }
            #ares4 .ie-grid .grid-sizer {
                width: 75px;
                display: inline-block;
            }
            #ares4 .ie-grid .grid-gutter {
                width: 10px;
                display: inline-block;
            }

            #ares4 .ie-grid .ie .front-1 h3 li {
                margin: 0 0 3px -5px;
                width: 144px;
                font-size: 12px;

            }

            #ares4 .ie-grid .ie .front-2 h3 li {
                margin: 0 0 3px -5px;
                width: 150px;

            }



            #ares4 .ie-grid .ie .front-3 h3 li {
                margin: 0 0 3px -5px;
                width: 150px;

            }

            #ares4 .ie-grid .ie .front-3 h4 li {
                width: 145px;
            }


            #ares4 .ie-grid .ie .front-4 h3 {
                margin: -2px 0 3px -3px;
            }


            #ares4 .ie-grid .ie .front-4 h3 li {
                padding: 4px 0 4px 4px;
                width: 146px;
            }

            #ares4 .ie-grid .ie .front-4 h4 {
                margin: -2px 0 3px -3px;
            }

            #ares4 .ie-grid .ie .front-4 h4 li {
                padding: 4px 0 4px 4px;
                width: 146px;
            }

            #ares4 .ie-grid .ie .front-4 h4 span {
                width: 105px;
                bottom: 10px;
                left: 70px;
            }




            #ares4 .ie-grid .ie .back-1 .ie-close {
                top: 10px;
            }

            #ares4 .ie-grid .ie .back-1 h2 {
                margin: 60px 0 0 10px;
                font-size: 16px;
                font-weight: 700;
            }

            #ares4 .ie-grid .ie .back-1 h2 span {
                font-size: 16px;
            }

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

            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab {
                height: 100%;
                overflow-y: auto;
                margin: 0;
                padding: 0px 0 0 10px;
                width: 92%;
                font-size: 13px;
                line-height: 1.4;
                font-weight: 300;
            }



            #ares4 .ie-grid .ie .back-1 .ie-tabs .ie-tab img {
                height: auto !important;
                width: 100% !important;
                margin: 0 0 0 0 !important;
            }

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

            #ares4 .ie-grid .ie-width-1 {
                width: 67.5px;
            }
            #ares4 .ie-grid .ie-width-1 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-1 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-2 {
                width: 165px;
            }
            #ares4 .ie-grid .ie-width-2 h3 {
                font-size: 12px;
            }
            #ares4 .ie-grid .ie-width-2 h4 {
                font-size: 12px;
            }
            #ares4 .ie-grid .ie-width-3 {
                /*width: 222.5px;*/
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-3 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-3 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-4 {
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-4 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-4 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-5 {
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-5 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-5 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-6 {
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-6 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-6 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-7 {
                width: 335px;
            }
            #ares4 .ie-grid .ie-width-7 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-7 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-8 {
                width: 165px;
            }
            #ares4 .ie-grid .ie-width-8 h3 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-width-8 h4 {
                font-size: 14px;
            }
            #ares4 .ie-grid .ie-height-1 {
                height: 67.5px;
            }
            #ares4 .ie-grid .ie-height-2 {
                height: 165px;
            }
            #ares4 .ie-grid .ie-height-3 {
               /* height: 222.5px;*/
                height: 335px;
            }
            #ares4 .ie-grid .ie-height-4 {
                height: 335px;
            }
            #ares4 .ie-grid .ie-height-5 {
                height: 335px;
            }
            #ares4 .ie-grid .ie-height-6 {
                height: 335px;
            }
            #ares4 .ie-grid .ie-height-7 {
                height: 165px;
            }
            #ares4 .ie-grid .ie-height-8 {
                height: 165px;
            }
            #ares4 .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 335px;
                height: 450px;
            }
        }
