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

 Default Theme 1.0 | http://www.ares4.com

////////////////////////////////////////////////////////
Changes: Manfred Fischer | X-dialog Direktmarketing e.K.
Mail: mf@x-dialog.de     | Web: https://x-dialog.de
--------------------------------------------------------
ROT = RGB: 183,30,63 / HEX: #B71E3F
GRAU-hell = RGB: 135,135,135 / HEX: #878787
GRAU-dunkel (kontrast) = RGB: 51,54,58 / HEX: #33363A
////////////////////////////////////////////////////////

*/    

/* Font import */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,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;
}

/* Scrollbar */

html, body {
	overflow: auto;
    /* IE */
	scrollbar-base-color: #B71E3F;
	scrollbar-face-color: #B71E3F;
	scrollbar-track-color: transparent;
	scrollbar-arrow-color: #33363A;
	scrollbar-shadow-color: #33363A;
	scrollbar-darkshadow-color: #33363A;
	scrollbar-highlight-color: #33363A;
	scrollbar-3dlight-color: #33363A;
}
    /* CHROME */
    ::-webkit-scrollbar {width: 8px; height: 8px;}
    ::-webkit-scrollbar-button {width: 0; height: 0;}
    ::-webkit-scrollbar-track {background: transparent;}
    ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-button {background: #B71E3F;}
    ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-button:hover {background: #33363A;}

/* Links */

a {
    margin: 0 5px;
    padding: 5px;
    border: none;
    color: #B71E3F;
    text-decoration: none;
    -webkit-transition: filter .3s ease-in-out;
    -moz-transition: filter .3s ease-in-out;
    -ms-transition: filter .3s ease-in-out
    -o-transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
}

    a:hover {
        margin: 0 5px;
        color: #FFFFFF !important;
        -webkit-filter: drop-shadow(2px 2px 4px rgba(51,54,58,.6));
        -moz-filter: drop-shadow(2px 2px 4px rgba(51,54,58,.6));
        -ms-filter: drop-shadow(2px 2px 4px rgba(51,54,58,.6));
        -o-filter: drop-shadow(2px 2px 4px rgba(51,54,58,.6));
        filter: drop-shadow(2px 2px 4px rgba(51,54,58,.6));
    }

/* Logo */

#logo img {
    width: auto;
    height: 100px;
    margin: 20px 0 0 5px;
}

    #logo img:hover {
        position: relative;
        animation-name: moving;
        animation-delay: 0.2s;
        animation-duration: 4s;
        animation-direction: alternate;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
        @keyframes moving {
            0%   {left: 0;}
            25%  {left: 40%;}
            50%  {left: 80%;}
            75%  {left: 40%;}
            100% {left: 0;}
        }

/* Breadcrumb Trail */

#breadcrumb {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 15px 0 0 10px;
}

    #breadcrumb .fa {
        color: #B71E3F;
    }

    #breadcrumb a {
        margin: 0 10px 0 0;
        text-decoration: none;
    }

        #breadcrumb a:hover {
            color: #878787 !important;
        }

/* Seach Box */

#search {
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    float: right;
    padding: 1px;
    margin: 5px 15px;
    color: #B71E3F;
	background: transparent;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #B71E3F;
	border-left: none;
	box-shadow: none;
	outline: none;
}

    #search:hover,
    #search:focus,
    #search:active {
        color: #33363A;
	    border-top: none;
	    border-right: none;
	    border-bottom: 1px solid #B71E3F;
	    border-left: none;
	    box-shadow: none;
	    outline: none;
    }

/* Information Room */

.ie-grid {
    background-position: center center;
    background-size: contain !important;
    background-repeat: no-repeat;
    padding: 10px;
}

    .ie-grid .grid-sizer {
        width: 100px;
        display: inline-block;
    }

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

/* Information Unit */

.ie-grid .ie {
    position: relative;
    margin-bottom: 0;
    margin: 0 15px 15px -5px;
    box-sizing: border-box;
}

    .ie-grid .ie .front-1 {
        cursor: pointer;
        height: 100%;
        padding: 5px;
        box-sizing: border-box;
        background-position: center center;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-color: #33363A !important;
        border: 5px solid #33363A;
    }

        .ie-grid .ie .front-1 h3 {
            margin: -7px 0 2px 0;
            color: #FFFFFF !important;
        }

        .ie-grid .ie .front-1 h4 {
            margin: 0;
            color: #FFFFFF !important;
        }

    .ie-grid .ie .back {}

    .ie-grid .ie .back-1 {
        height: 100%;
        width: 100%;
        padding: 10px;
        border: 1px solid #B71E3F;
        box-sizing: border-box;
        background-position: center center;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-color: white;
    }

        .ie-grid .ie .back-1 h3 {
            margin: 0;
            font-size: 21px;
	        color: #B71E3F !important;
        }

        .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 #B71E3F;
        }

        .ie-grid .ie .back-1 .ie-close {
            position: absolute;
            right: 0;
            color: #33363A;
            opacity: 0.3;
            font-size: 23px;
            margin: 0 10px 0 0;
            cursor: pointer;
            transition: opacity 0.3s ease-in-out;
        }

            .ie-grid .ie .back-1 .ie-close:hover {
                transition: opacity 0.3s ease-in-out;
                opacity: 1;
            }

        .ie-grid .ie .back-1 .ie-tabnav {
            margin: 0 -5px 10px 0;
            height: 30px;
            text-align: right;
        }

            .ie-grid .ie .back-1 .ie-tabnav a {
                display: inline-block;
                margin-left: 10px;
                margin-top: 5px;
                font-size: 12px;
                line-height: 15px;
                text-transform: uppercase;
                text-decoration: none;
                cursor: pointer;
                -webkit-transition: background .6s linear;
                -moz-transition: background .6s linear;
                -ms-transition: background .6s linear;
                -o-transition: background .6s linear;
                transition: background .6s linear;
            }
		 .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 a:hover {
                padding: 8px;
                color: #FFFFFF !important;
                background: #B71E3F !important;
            }

            .ie-grid .ie .back-1 .ie-tabnav .active {
                color: #FFFFFF !important;
                background: #B71E3F !important;
            }

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

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

        .ie-grid .ie .back-1 .ie-options {
            position: absolute;
            display: table;
            table-layout: fixed;
            width: 100%;
            height: 25px;
            bottom: 0;
            left: 0;
            background: #B71E3F;
        }

            .ie-grid .ie .back-1 .ie-options div {
                list-style-type: none;
                display: table-cell;
                height: 50px;
                text-align: center;
                vertical-align: middle;
            }

                .ie-grid .ie .back-1 .ie-options div .fa {
                    color: #FFFFFF;
                    font-size: 20px;
                    padding: 9px 2px;
                    margin-top: 2px;
                    margin-bottom: 6px;
                    cursor: pointer;
                    transition: opacity 0.3s ease-in-out;
                    opacity: 0.8;
                }

                .ie-grid .ie .back-1 .ie-options div .fa:hover {
                    -webkit-transition: opacity 0.3s ease-in-out;
                    transition: opacity 0.3s ease-in-out;
                    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: 210px;
}
    .ie-grid .ie-width-2 h3 {
        font-size: 21px;
    }
    .ie-grid .ie-width-2 h4 {
        font-size: 14px;
    }

.ie-grid .ie-width-3 {
    width: 320px;
}
    .ie-grid .ie-width-3 h3 {
        font-size: 37px;
    }
    .ie-grid .ie-width-3 h4 {
        font-size: 19px;
    }

.ie-grid .ie-width-4 {
    width: 430px;
}
    .ie-grid .ie-width-4 h3 {
        font-size: 49px;
    }
    .ie-grid .ie-width-4 h4 {
        font-size: 23px;
    }

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

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

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

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

.ie-grid .ie-maximized {
    width: 430px;
    height: 430px;
}

/* Responsive */

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

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

    .ie-grid .grid-sizer {
        width: 65px;
        display: inline-block;
    }

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

    .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: 145px;
    }
        .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: 34px;
        }
        .ie-grid .ie-width-3 h4 {
            font-size: 16px;
        }
        
    .ie-grid .ie-width-4 {
        width: 300px;
    }
        .ie-grid .ie-width-4 h3 {
            font-size: 46px;
        }
        .ie-grid .ie-width-4 h4 {
            font-size: 20px;
        }
        
    .ie-grid .ie-height-1 {
        height: 67.5px;
    }
    .ie-grid .ie-height-2 {
        height: 145px;
    }
    .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: 300px;
        height: 300px;
    }
}