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

html {
    background: #333333;
    background: url(../img/blurred.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
}

#containerBackground {
    background: white;
    width: 100%;
    z-index: -1;
    box-shadow: 0px 5px 15px -8px black;
}

#container {
    width: 100%;
    margin: 0 auto 0;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

#titel {
    font-size: 32px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    line-height: 70px;
    padding-left: 28px;
    width: 180px;
    margin-left: 35px;
    color: #0099d9;
}

#logo1 {
    width: 7px;
    height: 18px;
    background: #0099d9;
    position: absolute;
    bottom: 19px;
    margin-left: 20px;
    z-index: 1100;
}

#logo2 {
    width: 7px;
    height: 25px;
    background: #0099d9;
    position: absolute;
    bottom: 19px;
    margin-left: 31px;
    z-index: 1100;
}

#logo3 {
    width: 7px;
    height: 32px;
    background: #0099d9;
    position: absolute;
    bottom: 19px;
    margin-left: 42px;
    z-index: 1100;
}

#titel:hover, #logo1:hover, #logo2:hover, #logo3:hover {
    cursor: pointer;
}

header {
    width: 400px;
    height: 140px;
    background: white;
    position: absolute;
    margin: auto 0 auto;
    margin-top: 100px;
    box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 0.5);
    z-index: 900;
}

#headerBackground {
    position: fixed;
    width: 100%;
    background-color: white;
    height: 70px; /*box-shadow: 0px 5px 15px -10px black;*/
    opacity: 100; /*border-bottom:1px solid #d5d5d5;*/
    z-index: 20;
    top: 0;
    left: 0;
}

#support {
    font-weight: 300;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    box-shadow: 0px 5px 15px -8px black;
    transition: background-color 0.1s ease;
    width: 310px;

    background: #0099d9;
    color: white;
    padding: 1.2em;
    position: absolute;
    top: 45%;
    left: 50%;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

#support:hover {
    background: white;
    color: #0099d9;;
}

.submenu {
    position: absolute;
    top: 70px;
    background: #e6e6e6;
    left: 0px;
    width: 1180px;
    height: 360px;
    z-index: -1;
    display: none;
    box-shadow: 0px 5px 15px -13px black;
    padding: 0px;
    font-size: 13px;
    font-style: italic;
}

.menu:first-child {
    margin-left: 290px;
}

/*#content {  padding:645px 10px 40px 10px; width:100%;  }*/

#slider {
    height: 550px;
    width: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    z-index: 0;
    min-width: 1180px; /*box-shadow: 0px 5px 15px -10px black; */
    z-index: 10;
}

#video {
    width: 100%;
    min-height: 550px;
}

#info {
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin: 0;
    left: 0;
    background: #222;
    height: 60px;
    box-shadow: 0px 5px 15px -10px black;
    font-family: 'Open Sans', sans-serif;
}

#phone {
    position: absolute;
    bottom: 5px;
    left: 30px;
    width: 145px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 300;
    color: white;
    padding: 13px 15px; /*box-shadow: 0px 5px 15px -8px black;*/
    background-image: url("https://compleet.it/v3/img/icons/phone.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: white;
    padding-left: 40px;
}

#email {
    position: absolute;
    bottom: 5px;
    left: 280px;
    width: 170px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 300;
    color: white;
    padding: 13px 15px; /*box-shadow: 0px 5px 15px -8px black;*/
    background-image: url("https://compleet.it/v3/img/icons/mail.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: white;
    padding-left: 40px;
}

#adres {
    position: absolute;
    bottom: 5px;
    right: 30px;
    width: auto;
    text-decoration: none;
    font-size: 19px;
    font-weight: 300;
    color: white;
    padding: 13px 15px; /*box-shadow: 0px 5px 15px -8px black;*/
    background-image: url("https://compleet.it/v3/img/icons/location.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: white;
    padding-left: 40px;
}

@media all and (max-width: 850px) {
    #support {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        left: 0;
        right: 0;
        text-align: center;
        top: 40%;
        margin: auto;
        transform: translate(0);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        top: 70px;
        position: fixed;
        box-shadow: none;
    }

    #info {
        height: 176px;
    }

    #phone {
        bottom: 120px;
    }

    #email {
        bottom: 63px;
        left: 30px;
    }

    #adres {
        left: 30px;
    }

}

#content {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;

    background: rgba(0, 0, 0, .5);

    color: white;
    text-align: center;
    padding: 30px;
    display: inline-block;
}

#content table {
    text-align: center;
    color: white;
    overflow-x: auto !important;
    border-collapse: collapse;
    border-spacing: 0;
    display: inline-block;
}

#content table tr td {
    padding: 5px;
}

#content table th {
    border-bottom: solid rgba(255, 255, 255, .3) 1px;
    text-align:left;
}

#content table td {
    border-bottom: solid rgba(255, 255, 255, .3) 1px;
    border-left: solid rgba(255, 255, 255, .3) 1px;
    text-align:left;
}

.ipaddress {
    width: 100%;
}

.ipaddress h2 {
    width: 100%;
    text-align: center;
    font-weight:300;
}

#ipaddress {
    margin: 20px;
    font-size: 30px;
    font-weight:600;
}

.mailbuttonblock {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mailbuttonblock h4 {
    display: inline-block;
    margin: 0;
}

.btn {
    border: none;
    background-color: #0099d9;
    color:white;
    padding: 10px 30px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
}

.btn:hover
{
	cursor:pointer;	
}

.text-success {
    color: #00E000;
}

.text-danger {
    color: red;
}

#content table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#content table::-webkit-scrollbar {
    width: 12px;
}

#content table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

@media screen and (max-width: 800px) {
    #content {
        width: 100%;
        padding: 30px 0 30px 0;
    }

    #ipaddress {
        width: 100%;
    }

    .hiddenbutton {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .copybutton {
        width: 70%;
    }
    #content {
        position: relative;
        transform: none;
        top: 0;
        left:0;
        margin-top: 70px;
    }
    #content table tr td {
        font-size: 12px;
        padding: 0;
    }
    .ipaddress {
        font-size: 14px!important;
        width: 100%;
    }
    #ipaddress {
        font-size: 16px;
    }

    .mailbuttonblock {
        padding-bottom: 176px!important;
    }
}

.fa-check-circle {
    margin-right: 10px;
}
.tables {
    width: 100%;
    display: inline-block;
}
.content {
    overflow-y: auto;
    height: 70%;
    position: relative;
    transform: none;
    top: 0;
    left:0;
    margin-top: 90px;
}