/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

p {
    font-size: 15px;
}

.h1 {
    font-size: 22px !important;
    font-family: 'Patrick Hand SC', cursive;
}

.h2 {
    font-size: 30px !important;
    font-weight: bold;
    font-family: 'Patrick Hand SC', cursive;
}

h1,
h2,
h3 {
    font-family: 'Patrick Hand SC', cursive;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
}

h3 {
    font-size: 1.2em;
}

.mega {
    font-size: 7em;
}

.container,
.jumbotron .container {
    max-width: 1024px;
    padding: 10px;
}

.nullnull {}

.nulleins {
    height: 500px;
    margin-top: 96px;
}

.nullfuenf {}

.nullsechs {
    margin-top: -100px;
}

.nullsieben {
    margin-top: -100px;
}

.social-cons {
    position: relative;
    margin-top: 24px;
}

.social-cons i {
    color: #fff;
    transition: all .2s;
}

.social-cons i:hover {
    color: #cecece;
    cursor: pointer;
}

.social-cons {
    position: relative;
    right: 0px;
}

ul {
    margin-bottom: 0px;
}

.social-cons li {
    display: inline;
    margin-right: 30px;
}

.zeitung {
    position: absolute;
    top: 0px;
    left: 0px;
}

.tasse {
    height: 900px;
    position: absolute;
    right: -200px;
    margin-top: -340px;
    z-index: -10;
}

.stift {
    position: absolute;
    right: 0px;
    margin-top: -180px;
    z-index: -10;
}

.brille {
    background-image: url(../img/brille.png);
    position: absolute;
    width: 500px;
    height: 539px;
    z-index: -20;
    left: -80px;
}

.siebenundachtzig {
    height: 330px;
}

.tmt-logo {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    position: fixed;
    top: 0px;
    margin-left: -180px;
    height: 96px;
    z-index: 1000;
    -webkit-box-shadow: 3px 3px 29px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 3px 3px 29px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 3px 3px 29px 0px rgba(50, 50, 50, 0.4);
}

.tmt-gradient {
    background: #009fe3;
}

#contactwindow {
    width: 100%;
    height: 670px;
    border: none;
    overflow: hidden;
    border-radius: 3px;
}

.btn {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: .4em 1.5em .4em 1.5em;
    color: #fff;
    background: #1a3d7c;
    border: 2px solid #1a3d7c;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, Verdana, sans-serif;
    text-shadow: none;
    margin-right: 5px;
    text-shadow: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 0 0 0 !important;
    line-height: 1.5 !important;
    border-radius: 3px;
    -webkit-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -moz-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -ms-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -o-transition: color .2s linear, background .1s linear, opacity .2s linear;
    transition: color .2s linear, background .1s linear, opacity .2s linear;
}

.btn:hover {
    background-color: #f58220;
    border: 2px solid #f58220;
    color: white;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer,
header {
    position: absolute;
    width: 100%;
    height: 96px;
    padding-left: 30px;
    padding-right: 30px;
}

footer p {
    line-height: 96px;
    margin-bottom: 0px;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.white-cage {
    text-align: center;
}

.upperarrow {
    position: relative;
    margin-left: 430px;
}

.facto {
    margin-top: 30px;
    margin-bottom: 30px;
}

.facto p {
    font-size: 22px;
    font-family: 'Patrick Hand SC', cursive;
    word-break: normal;
}

.facto i {
    margin-top: 5px;
    font-size: 30px;
}

.facto-two {
    margin-top: 60px;
}

.facto-icon {
    position: absolute;
    height: 50px;
    width: 50px;
}

.facto-text {
    margin-left: 50px;
}

@media screen and (max-width: 1388px) {
    .tmt-logo {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .zeitung {
        width: 800px;
    }
    .nulleins {
        height: 350px;
    }
    .tasse {
        right: -400px;
    }
    .brille {
        left: -160px;
    }
    .nullsieben {
        margin-top: -200px;
    }
    .mega {
        font-weight: 700;
        font-size: 7em;
    }
}

@media screen and (max-width: 991px) {
    .zeitung {
        width: 450px;
    }
    .nulleins {
        height: 250px;
    }
    .upperarrow {
        height: 90px;
    }
    .siebenundachtzig {
        height: 560px;
    }
    .nullsieben {
        margin-top: -250px;
    }
    .mega {
        font-weight: 700;
        font-size: 6em;
    }
    .facto-two {
        margin-top: 0px;
    }
}

@media screen and (max-width: 827px) {
    footer p {
        font-size: 0.9em;
    }
}

.placeholder_small {
    width: 1px;
    height: 15px;
    clear: both;
}

.placeholder_medium {
    width: 1px;
    height: 30px;
    clear: both;
}

.placeholder_big {
    width: 1px;
    height: 60px;
    clear: both;
}

h1 {
    font-family: 'Patrick Hand SC', cursive;
}

.pad {
    position: relative;
    width: 100%;
    height: 740px;
    background-image: url(../img/ipad.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.pad .video {
    position: absolute;
    top: 120px;
    left: 100px;
    width: 823px;
}

.pad .video iframe {
    width: 823px;
}

.pad_content {
    padding: 0 150px;
    position: relative;
}

.pad_content h1 {
    text-align: center;
}

.pad_content p {
    text-align: center;
}

.pad_content img {
    opacity: 0.7;
    transform: rotate(15deg);
    position: absolute;
    top: 135px;
    left: 620px;
}


/*------------------------------------------------------------block----------------------------------------------------------*/

.block {
    position: relative;
    width: 100%;
    height: 1100px;
    background-image: url(../img/bg_block.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.rel {
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 30px;
    background-color: inherit;
    font-size: 16px;
    outline: none;
}

.rel:active,
.rel:visited {
    border: none;
    outline: none;
}

.bt_1 {
    top: 320px;
    left: 10%;
    background-image: url(../img/rahmen1.png);
}

.bt_2 {
    top: 230px;
    left: 28%;
    background-image: url(../img/rahmen2.png);
}

.bt_3 {
    top: 430px;
    left: 40%;
    background-image: url(../img/rahmen3.png);
}

.bt_4 {
    top: 540px;
    left: 56%;
    background-image: url(../img/kreis2.png);
    line-height: 8px;
    background-size: 90%;
    cursor: default;
}

.bt_5 {
    top: 240px;
    left: 60%;
    background-image: url(../img/rahmen1.png);
    background-size: 100%;
}

.bt_6 {
    top: 370px;
    left: 73%;
    background-image: url(../img/kreis3.png);
    background-size: 80%;
    text-align: center;
    line-height: 8px;
    cursor: default;
}

.post {
    transform: rotate(-15deg);
    position: absolute;
    top: 400px;
    left: 10%;
    width: 250px;
    height: 250px;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
}

.con_mas {
    position: absolute;
    text-align: center;
    width: 200px;
    bottom: 130px;
    right: 200px;
}

.her {
    font-weight: bold;
    color: #345080;
}

.gray-tooltip + .tooltip > .tooltip-inner {
    background-color: #D3D3D3;
    color: #000;
}

.gray-tooltiptop + .tooltip > .tooltip-arrow {
    border-top-color: #D3D3D3 !important;
}

.gray-tooltipbottom + .tooltip > .tooltip-arrow {
    border-bottom-color: #D3D3D3;
}

.gray-tooltipright + .tooltip > .tooltip-arrow {
    border-left-color: #D3D3D3;
}

@media screen and (max-width: 1199px) {
    .pad .video iframe {
        left: 95px;
        width: 770px;
    }
    .bt_1 {
        top: 310px;
        left: 10%;
    }
    .bt_2 {
        top: 220px;
        left: 28%;
    }
    .bt_3 {
        top: 420px;
        left: 40%;
    }
    .bt_4 {
        top: 530px;
        left: 55%;
    }
    .bt_5 {
        top: 220px;
        left: 61%;
        background-size: 100%;
    }
    .bt_6 {
        top: 330px;
        left: 70%;
        background-size: 80%;
    }
    .post {
        transform: rotate(-15deg);
        position: absolute;
        top: 400px;
        left: 10%;
        width: 250px;
        height: 250px;
        text-align: center;
        padding: 50px;
        box-sizing: border-box;
    }
    .con_mas {
        position: absolute;
        text-align: center;
        width: 200px;
        bottom: 200px;
        right: 150px;
    }
}

@media screen and (max-width: 991px) {
    .pad {
        height: 550px;
    }
    .pad .video {
        top: 35px;
        left: 75px;
        width: 602px;
    }
    .pad .video iframe {
        width: 600px;
    }
    .pad_content img {
        top: 170px;
        left: 520px;
    }
    .bt_1 {
        top: 230px;
        left: 10%;
    }
    .bt_2 {
        top: 160px;
        left: 28%;
    }
    .bt_3 {
        top: 320px;
        left: 38%;
    }
    .bt_4 {
        top: 400px;
        left: 55%;
    }
    .bt_5 {
        top: 160px;
        left: 57%;
        background-size: 100%;
    }
    .bt_6 {
        top: 260px;
        left: 70%;
        background-size: 80%;
    }
    .con_mas {
        position: absolute;
        text-align: center;
        width: 200px;
        bottom: 300px;
        right: 150px;
    }
}

@media screen and (max-width: 768px) {
    .pad_content img {
        display: none
    }
}

.placehold_big {
    width: 1px;
    height: 140px;
}

.clear {
    clear: both;
}

.logo {
    margin-top: 70px;
    width: 200px;
    transform: rotate(20deg);
    float: right;
}

.row_content {
    position: relative;
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
}

.stift {
    position: absolute;
    top: 1000px;
    left: 200px;
}

main {
    width: 100%;
    height: 998px;
    background-image: url(../img/bg_block_l.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.row_content ul {
    margin: 0 0 0 40px;
    padding: 0;
    width: 85%;
}

.row_content ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    text-align: center;
}

main ul li a {
    text-decoration: none !important;
    cursor: pointer;
}

main ul li a p {
    font-size: 12px !important;
}

.row_content ul li a span {
    color: #ee9a2f;
    opacity: 0.7;
}

.bg1 {
    background-image: url(../img/kreis.png);
}

.bg2 {
    background-image: url(../img/bg_button2_l.png);
}

.bg3 {
    background-image: url(../img/bg_button3_l.png);
}

.bg4 {
    background-image: url(../img/bg_button1_l.png);
}

.first {
    white-space: normal;
    display: block;
    padding: 10px 15px;
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    border: none;
    background-color: inherit;
    color: rgba(55, 55, 55, 1.00);
}

.first > p {
    font-size: 12px;
}

.first:hover {
    color: rgba(55, 55, 55, 1.00);
    background-color: inherit;
}

.button {
    font-weight: 700;
    white-space: normal;
    display: block;
    padding: 40px 15px;
    width: 120px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    border: none;
    background-color: inherit;
    color: rgba(55, 55, 55, 1.00);
    font-size: 12px;
    transition: all 0.5s;
}

.button:hover {
    color: rgba(55, 55, 55, 1.00);
    background-color: inherit;
    background-image: url(../img/kreis.png);
    transition: all 0.5s;
}

.button:active {
    color: rgba(55, 55, 55, 1.00) !important;
    background-color: inherit !important;
    background-image: url(../img/kreis.png) !important;
    box-shadow: none !important;
}

.content {
    padding: 10px;
}

.content .con_min {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.content .fl_container img {
    border: 1px solid #464646;
    float: left;
    width: 48%;
}

.calltoaction {
    position: fixed;
    width: 100%;
    height: 40px;
    bottom: 0px;
    padding: 3px;
    z-index: 50000;
    background-color: #e4003a;
    -webkit-box-shadow: 0px -1px 30px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -1px 30px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -1px 30px 1px rgba(0, 0, 0, 0.5);
}

.calltoaction p {
    line-height: 34px;
    color: white;
    font-size: 18px;
    text-align: center;
}

.calltoaction a {
    color: #fff;
    text-decoration: underline;
    transition: all .2s;
}

.calltoaction a:hover {
    color: #009fe3;
    text-decoration: underline;
}