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

Ares4 Default Theme 1.0
http://www.ares4.com
*/
        /* Font import */
        
        @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
        @import url('https://fonts.googleapis.com/css?family=Old+Standard+TT:400,400i,700');
        /* General */
        
        html {
            min-height: 100%;
            width: 100%;
            padding: 0;
            margin: 0;
        }
        
        body {
            min-height: 100%;
            width: 100%;
            padding: 0;
            margin: 0;
            /*font-family: 'Open Sans', sans-serif;*/
            font-family: 'Old Standard TT', serif;
        }
        
        .site-wrapper {
            max-width:1020px;
        	margin-left:auto;
        	margin-right:auto;
        	padding: 5px 0 50px 0;
        	background-repeat: no-repeat;
        }
        
        /* Logo */
        
        #logo img {
            width: auto;
            height: 45px;
            margin: 30px 0px 0px 380px;
        }
        /* Seach Box */
        
        #searchbar{
            padding: 5px 0 0 380px;
        }
        
        #search {
            position: relative;
            float: right;
            padding: 10px;
            margin: 10px;
            border: 1px solid #000;
            width: 200px;
            box-sizing: border-box;
        }
        /* Breadcrumb Trail */
        
        #breadcrumb {
            font-size: 14px;
            color: #696969;
            margin-bottom: 10px;
            padding: 60px 0 0 0px;
        }
        
        #breadcrumb a {
            margin: 0 10px 0 0px;
            color: #696969;
            text-decoration: none;
        }
        /* Information Room */
        
        .ie-grid {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            padding: 10px 10px 10px 10px;
            background-color: #ffb28c;
        }
        
        .ie-grid .grid-sizer {
            /*width: 100px;*/
            display: inline-block;
        }
        
        .ie-grid .grid-gutter {
            /*width: 10px;*/
            display: inline-block;
        }
        /* Information Unit */
        
        .ie-grid .ie {
            border: 1px solid rgba (255, 255, 255, 0);
            /*border: 1px solid black;*/
            position: relative;
            margin-bottom: 0px;
            box-sizing: border-box;
            
        }
        
        a.front {
            text-decoration: none;
        }
        
        .ie-grid .ie .front-1 {
            cursor: pointer;
            height: 100%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;
            opacity: 1 !important;
            /*border-right-color: rgb(255, 255, 255);
            border-right-style: dashed;
            border-right-width: 1.5px;*/
        }
        
        .ie-grid .ie .front-1 h3 {
            margin: 0 0 5px 0;
            color: rgba(51, 51, 51, 0) !important;
            /*display: none !important;*/
        }
        
        .ie-grid .ie .front-1 h4 {
            margin: 0;
        }
        
        .ie-grid .ie .front-1:hover{
    
            opacity: 1 !important;
            background-color: rgba(255,255,255, 0.6) !important;
            background-image: none !important;
            
        }
        
         .ie-grid .ie .front-1:hover > h3{
    
            opacity: 1 !important;
            color: #333 !important;
         /*   text-align: center; */

        }
        
         .ie-grid .ie .front-1:hover > h4{
    
            opacity: 1 !important;
            color: #222 !important

        }

        .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;
            opacity: 1 !important;
            /*border-right-color: rgb(255, 255, 255);
            border-right-style: dashed;
            border-right-width: 1.5px;*/
        }
        
        .ie-grid .ie .front-2 h3 {
            margin: 0 0 5px 0;
            /*color: rgba(51, 51, 51, 0) !important;*/
            /*display: none !important;*/
        }
        
        .ie-grid .ie .front-2 h4 {
            margin: 0;
        }

        
        .ie-grid .ie .back {}
        
        .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;
        }
        
        .ie-grid .ie .back-1 h3 {
            margin: 0 0 0 0;
            font-size: 17px;
            font-family: 'Open Sans', sans-serif;
        }
        
        .ie-grid .ie .back-1 h4 {
            margin: 0;
            font-size: 14px;
        }
        
        .ie-grid .ie .back-1 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 10px 0;
            border-top: 1px solid #ffb28c;
        }
        
        .ie-grid .ie .back-1 .ie-close {
            position: absolute;
            right: 0;
            color: black;
            opacity: 0.3;
            font-size: 17px;
            margin: 0px 10px 0 0;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }
        
        .ie-grid .ie .back-1 .ie-close:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        
        .ie-grid .ie .back-1 .ie-tabnav {
            margin: -10px 0 0 0;
            /*margin: -45px 0 0 0;*/
            height: 30px;
            text-align: right;
        }
        
        .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;
        }
		 .ie-grid .ie .back-1 .ie-tabnav a h3 {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
}

        
        .ie-grid .ie .back-1 .ie-tabnav .active {
            color: black;
            border-top: 2px solid black;
        }
        
        .ie-grid .ie .back-1 .ie-tabs {
            height: calc(100% - 88px);
            /*height: calc(100% - 48px);*/
        }
        
        .ie-grid .ie .back-1 .ie-tabs .ie-tab {
            height: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 11px;
            font-family: 'Open Sans', sans-serif;
        }
        
                .ie-grid .ie .back-1 .ie-tabs .ie-tab a, .ie-grid .ie .back-1 .ie-tabs .ie-tab a:visited, .ie-grid .ie .back-1 .ie-tabs .ie-tab a:active {
        color: black;
      }
       .ie-grid .ie .back-1 .ie-tabs .ie-tab a:hover {
          color: #ffb28c;
      }
        
        /* .ie-grid .ie .back-1 .ie-options {
            display: table;
            table-layout: fixed;
            width: 100%;
            height: 25px;
            bottom: 0;
            left: 0;
            background-color: gainsboro;
            position: absolute;
        }
        
        .ie-grid .ie .back-1 .ie-options div {
            list-style-type: none;
            display: table-cell;
            height: 25px;
            text-align: center;
            vertical-align: middle;
        }
        
        .ie-grid .ie .back-1 .ie-options div .fa {
            color: black;
            opacity: 0.3;
            font-size: 17px;
            margin-top: 2px;
            cursor: pointer;
            transition: opacity 0.3s ease;
        } */
        
        .ie-grid .ie .back-1 .ie-options {
                /* display: table;
                table-layout: fixed;
                width: 100%;
                height: 25px;
                bottom: 0;
                left: 0;
                background-color: white;
                position: absolute;*/
                position: absolute;
                width: 96%;
                height: 22px;
                bottom: 0;
                left: 0;
                text-align: right;
                background: none;
                border-top:  1px solid #ffb28c;
                padding: 0px 0 0 0;
                margin: 0 2%;
                text-align: center;

            }
                .ie-grid .ie .back-1 .ie-options div {
                    list-style-type: none;
                    display: table-cell;
                   /* height: 25px;
                    text-align: center; */
                    vertical-align: middle;
                    
                        list-style-type: none;
                        /* display: table-cell !important; */
                        display: inline-block !important;
                        width: 25px;
                        height: 24px;
                        text-align: center;
                        /* vertical-align: middle; */
                        margin: 0 0 0 14px;
                }
                    .ie-grid .ie .back-1 .ie-options div .fa {
                        color: #ffb28c;
                       /* opacity: 0.3; */
                        opacity: 1.0;
                        font-size: 18px;
                        margin-top: 2px;
                        cursor: pointer;
                        transition: opacity 0.3s ease;
                    }
        
        .ie-grid .ie .back-1 .ie-options div .fa:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        
        
        
        /******** back -2 Hintergrund Pink/Weiss schrift**********/
        .ie-grid .ie .back-2 {
            height: 100%;
            width: 100%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;
        }
        
        .ie-grid .ie .back-2 h3 {
            margin: 0 0 0 0;
            font-size: 17px;
            font-family: 'Open Sans', sans-serif;
        }
        
        .ie-grid .ie .back-2 h4 {
            margin: 0;
            font-size: 14px;
        }
        
        .ie-grid .ie .back-2 hr {
            border: none;
            height: 0;
            overflow: hidden;
            margin: 10px 0;
            border-top: 1px solid #fff;
        }
        
        .ie-grid .ie .back-2 .ie-close {
            position: absolute;
            right: 0;
            color: #fff;
            opacity: 0.3;
            font-size: 17px;
            margin: 0px 10px 0 0;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }
        
        .ie-grid .ie .back-2 .ie-close:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        
        .ie-grid .ie .back-2 .ie-tabnav {
           /* margin: -10px 0 0 0;*/
            margin: -45px 0 0 0;
            height: 30px;
            text-align: right;
        }
        
        .ie-grid .ie .back-2 .ie-tabnav a {
            text-transform: uppercase;
            text-decoration: none;
            color: #cccccc;
            margin-left: 20px;
            padding-top: 5px;
            cursor: pointer;
            display: inline-block;
            font-size: 13px;
            line-height: 16px;
            border-top: 2px solid white;
        }
        
        .ie-grid .ie .back-2 .ie-tabnav .active {
            color: black;
            border-top: 2px solid black;
        }
        
        .ie-grid .ie .back-2 .ie-tabs {
          /*  height: calc(100% - 88px); */
            height: calc(100% - 48px);
        }
        
        .ie-grid .ie .back-2 .ie-tabs .ie-tab {
            height: 100%;
            overflow-y: auto;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 11px;
            color: #fff;
            font-family: 'Open Sans', sans-serif;
        }
        
                .ie-grid .ie .back-2 .ie-tabs .ie-tab a, .ie-grid .ie .back-2 .ie-tabs .ie-tab a:visited, .ie-grid .ie .back-2 .ie-tabs .ie-tab a:active {
        color: black;
      }
       .ie-grid .ie .back-2 .ie-tabs .ie-tab a:hover {
          color: #ffb28c;
      }
        
        /* .ie-grid .ie .back-2 .ie-options {
            display: table;
            table-layout: fixed;
            width: 100%;
            height: 25px;
            bottom: 0;
            left: 0;
            background-color: gainsboro;
            position: absolute;
        }
        
        .ie-grid .ie .back-2 .ie-options div {
            list-style-type: none;
            display: table-cell;
            height: 25px;
            text-align: center;
            vertical-align: middle;
        }
        
        .ie-grid .ie .back-2 .ie-options div .fa {
            color: black;
            opacity: 0.3;
            font-size: 17px;
            margin-top: 2px;
            cursor: pointer;
            transition: opacity 0.3s ease;
        } */
        
        .ie-grid .ie .back-2 .ie-options {
                /* display: table;
                table-layout: fixed;
                width: 100%;
                height: 25px;
                bottom: 0;
                left: 0;
                background-color: white;
                position: absolute;*/
                position: absolute;
                width: 96%;
                height: 22px;
                bottom: 0;
                left: 0;
                text-align: right;
                background: none;
                border-top:  1px solid #fff;
                padding: 0px 0 0 0;
                margin: 0 2%;
                text-align: center;

            }
                .ie-grid .ie .back-2 .ie-options div {
                    list-style-type: none;
                    display: table-cell;
                   /* height: 25px;
                    text-align: center; */
                    vertical-align: middle;
                    
                        list-style-type: none;
                        /* display: table-cell !important; */
                        display: inline-block !important;
                        width: 25px;
                        height: 24px;
                        text-align: center;
                        /* vertical-align: middle; */
                        margin: 0 0 0 14px;
                }
                    .ie-grid .ie .back-2 .ie-options div .fa {
                        color: #fff;
                       /* opacity: 0.3; */
                        opacity: 1.0;
                        font-size: 18px;
                        margin-top: 2px;
                        cursor: pointer;
                        transition: opacity 0.3s ease;
                    }
        
        .ie-grid .ie .back-2 .ie-options div .fa:hover {
            transition: opacity 0.5s ease;
            opacity: 1;
        }
        
        
        
        /* Information Unit Sizes */
        
        .ie-grid .ie-width-1 {
            width: 100px;
        }
        
        .ie-grid .ie-width-1 h3 {
            font-size: 14px;
        }
        
        .ie-grid .ie-width-1 h4 {
            font-size: 10px;
        }
        
        .ie-grid .ie-width-2 {
            width: 200px;
        }
        
        .ie-grid .ie-width-2 h3 {
            font-size: 21px;
        }
        
        .ie-grid .ie-width-2 h4 {
            font-size: 14px;
        }
        
        .ie-grid .ie-width-3 {
            width: 300px;
        }
        
        .ie-grid .ie-width-3 h3 {
            font-size: 21px;
        }
        
        .ie-grid .ie-width-3 h4 {
            font-size: 19px;
        }
        
        .ie-grid .ie-width-4 {
            width: 400px;
        }
        
        .ie-grid .ie-width-4 h3 {
            font-size: 21px;
        }
        
        .ie-grid .ie-width-4 h4 {
            font-size: 23px;
        }
        
        .ie-grid .ie-height-1 {
            height: 100px;
        }
        
        .ie-grid .ie-height-2 {
            height: 200px;
        }
        
        .ie-grid .ie-height-3 {
            height: 300px;
        }
        
        .ie-grid .ie-height-4 {
            height: 400px;
        }
        
        .ie-grid .ie-maximized {
            width: 400px;
            height: 400px;
        }
        /* Responsive */
        
       
        
        @media screen and (max-width: 420px) {
            #logo img {
                width: auto;
                height: 30px;
                margin: 20px 0px -20px 100px;
            }
            
             #searchbar{
            padding: 20px 0px 0px 80px;
            }
            
            #search {
            position: relative;
            padding: 10px;
            margin: 10px;
            border: 1px solid #000;
            width: 200px;
            box-sizing: border-box;
            }
            
            .ie-grid .grid-sizer {
               /* width: 65px; */
                display: inline-block;
            }
            .ie-grid .grid-gutter {
              /*  width: 10px; */
                display: inline-block;
            }
            
             .ie-grid .ie .front-1 {
            cursor: pointer;
            height: 100%;
            padding: 10px 10px 10px 10px;
            box-sizing: border-box;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-color: white;
            }
            
            .ie-grid .ie .front-1 h3 {
                margin: 0 0 5px 0;
                color: #333 !important;
            }
            
            .ie-grid .ie .front-1 h4 {
                margin: 0;
            }
        
        
            
            
            
            .ie-grid .ie-width-1 {
                width: 67.5px;
            }
            .ie-grid .ie-width-1 h3 {
                font-size: 11px;
            }
            .ie-grid .ie-width-1 h4 {
                font-size: 7px;
            }
            .ie-grid .ie-width-2 {
                width: 175px;
            }
            .ie-grid .ie-width-2 h3 {
                font-size: 18px;
            }
            .ie-grid .ie-width-2 h4 {
                font-size: 10px;
            }
            .ie-grid .ie-width-3 {
                width: 222.5px;
            }
            .ie-grid .ie-width-3 h3 {
                font-size: 18px;
            }
            .ie-grid .ie-width-3 h4 {
                font-size: 16px;
            }
            .ie-grid .ie-width-4 {
                width: 300px;
            }
            .ie-grid .ie-width-4 h3 {
                font-size: 18px;
            }
            .ie-grid .ie-width-4 h4 {
                font-size: 20px;
            }
            .ie-grid .ie-height-1 {
                height: 67.5px;
            }
            .ie-grid .ie-height-2 {
                height: 175px;
            }
            .ie-grid .ie-height-3 {
                height: 222.5px;
            }
            .ie-grid .ie-height-4 {
                height: 300px;
            }
            .ie-grid .ie-maximized {
                width: calc(100% - 20px);
                max-width: 350px;
                height: 350px;
            }
        }
        