@charset "utf-8";
/* CSS Document */
/*
Theme Name: Top The Web 2014
Author: Top The Web
Author URI: http://www.TopTheWeb.de
Version: 1.0
*/
/*
Blau: #397cb8
*/



@keyframes alert {
0% {
	right:-500px;
	
}
50% {
	right:-500px;
}
100% {
	right:0px;
}
}

#infobox {
    animation-name: alert;
    animation-duration:3s;
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #000;
    max-width: 100%;
    padding: 20px;
    position: fixed;
    right: 0px;
    margin:0 10px;
    top: 30%;
    width: 470px;
    z-index: 101;
}
#infobox .fa.fa-close.closeinfo {
    color: #df5151;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 20px;
}




* {
    box-sizing: border-box;
}




body {
    background: url(/wp-content/themes/toptheweb2014/images/bg.png);
    margin: 0;
    padding: 0;
}

.circle {
    border-radius: 50%;
}
img {
    max-width: 100%;
}
.fl {
    floaT: left !important;
}
.fr {
    float: right !important;
}
.clear {
    clear: both;
}


.wrapper {
    margin: 0 auto;
    max-width: 1040px;
}

.fa.fa-bars.togglemenu {
    display: none;
}

nav {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
    height: 150px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition:0.5s;
}
nav a strong {
    font-weight: 400;
}
nav > div > ul {
    border-top: 1px solid #eee;
    height: 41px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 20;
}
nav > div > ul:after {
    clear: both;
    content: "";
    display: block;
}
nav > div > ul > li {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 16.666666666666666666%;
    position:relative;
}
nav > div > ul > li > a {
    background: #fff none repeat scroll 0 0;
    color: #6e6e6e;
    display: block;
    line-height: 40px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    text-align: center;
}
nav > div > ul li.menu-item-has-children > a:after {
    content: " »";
    display: inline;
}
nav > div > ul > li:hover > a {
    background: #397cb8;
    color: #fff;
}
nav > div > ul > li > ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    min-width:100%;
    background: none repeat scroll 0 0 #397cb8;
}
nav > div > ul > li:hover > ul {
    display: block;
}
nav > div > ul > li > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav > div > ul > li > ul > li > a {
    color: #fff;
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 10px 20px;
    text-decoration: none;
}
nav > div > ul > li > ul > li > a:hover {
    background: #2164a0;
}
nav > div > ul > li > ul > li > ul {
    position: absolute;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left:100%;
    margin-top: -40px;
    min-width:100%;
    background: none repeat scroll 0 0 #2164a0;
}
nav > div > ul > li > ul > li:hover > ul {
    display: block;
}
nav > div > ul > li > ul > li > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav > div > ul > li > ul > li > ul > li > a {
    color: #fff;
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 10px 20px;
    text-decoration: none;

}

#logoarea {
    height: 110px;
    margin: 0 auto;
    max-width: 1040px;
    padding: 20px 0;
    position: relative;
    transition:0.5s;
}
#logoarea:after {
    clear: both;
    content: "";
    display: block;
}
#logoarea #kontakt {
    position:absolute;
    right:0;    
    top: 27px;
    transition:0.5s;
}

#logoarea #logo {
    cursor: pointer;
    display: block;
    height: 70px;
    left: 0;
    position: absolute;
    width: 552px;
    transition:0.5s;
}

#logoarea #logo img {
    max-height: 100% !important;
    max-width: 100% !important;
    position: absolute;
    transition: all 0.5s ease 0s;
}
header {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/toptheweb2014/images/header_bg.jpg") repeat scroll center top;
    display: block;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 150px;
    width: 100%;
    z-index: 5;
    height: 330px;
}
header .wrapper {
    position: relative;
    overflow: hidden;
    height: 330px;
    background-size: coveR !important;
    background-position: right !important;
}
#sloganarea {
    background: rgba(0, 0, 0, 0.26) none repeat scroll 0 0;
    bottom: 10%;
    color: #fff;
    font-size: 25pt;
    line-height: 50px;
    padding: 3px 10px;
    position: absolute;
    z-index: 5;
}
section#content {
    position: absolute;
    width: 100%;
    top: 480px;
    z-index: 10;
    background: #fff;
}
.infoarea {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 25px -11px #000;
    padding: 35px 0;
    text-align: centeR;
}
.infoarea i {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 30pt;
    height: 50pt;
}

.infoarea .box3 > img {
    height: 40px;
    margin-bottom: 20px;
    opacity: 0.3;
}
.infoarea .button {
    background: #397cb8 none repeat scroll 0 0;
    border-radius: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 5%;
    padding: 0;
    text-align: center;
    width: 90%;
    border: 1px solid #397cb8;
}
.infoarea .button:hover {
    background: #fff none repeat scroll 0 0;
    color: #397cb8;
}
.button {
    background: #397cb8 none repeat scroll 0 0;
    border-radius: 18px;
    height: 40px;
    border: 1px solid #397cb8;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.button:hover {
    background: #fff none repeat scroll 0 0;
    color: #397cb8;
}
.wpcf7-submit {
    background: #397cb8 none repeat scroll 0 0;
    border-radius: 18px;
    height: 40px;
    border: 1px solid #397cb8;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.wpcf7-submit:hover {
    background: #fff none repeat scroll 0 0;
    color: #397cb8;
}
#slogan .fa-quote-right {
    position: absolute;
    right: 0;
    top: 0;
}
#slogan .fa-quote-left {
    position: absolute;
    left: 0;
    bottom: -20px;
}
hr {
    border: none;
    border-bottom: 1px solid #b7b7b7;
}
#slider {
    padding: 40px 0;
}
footer {
    background: #eee none repeat scroll 0 0;
    padding-bottom: 20px;
    padding-top: 3px;
}
footer:after {
    display: block;
    content: "";
    clear: both;
}
footer .menu {
    margin: 0;
    padding: 0;
}
footer ul li {
    float: left;
    list-style: none outside none;
    margin-left: 20px;
}
footer ul li a {
    color: #888;
    text-decoration: none;
}
footer ul li a:hover {
    color: #444;
    text-decoration: none;
}
.admin-bar #headerbg {
    top: 150px;
}
.owl-carousel-item-imgoverlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #444 !important;
    display: block !important;
    float: right !important;
    left: inherit !important;
    margin-right: 5% !important;
    opacity: 1 !important;
    text-align: left !important;
    text-shadow: none !important;
    width: 45% !important;
    position: relative !important;
}
.owl-imgwrapper {
    float: left;
    text-align: center;
    width: 50%;
}
.owl-wrapper {
    width: 100% !important;
}
.owl-item {
    width: 100% !important;
}
.owl-item .item img {
    width: 300px !important;
    max-width: 100%;
    text-align: center;
    margin-right: 30px;
}
.owl-wrapper-outer {
    padding: 25px 0;
}
.owl-carousel-item-imgtitle {
    font-size: 24pt !important;
    font-weight: 300;
    margin-bottom: 15px;
}
.owl-carousel-item-imgtitle strong {
    color: #397cb8;
    font-weight: 700;
}
.owl-carousel-item-imgcontent {
    font-size: 15pt;
    font-weight: 300;
}
.sidebox-title {
    font-size: 19pt;
    font-weight: 300;
    line-height: 25pt;
    margin-bottom: 15px;
}
#sidebar .sidebox-title:first-of-type {
    margin-top: 32px;
}
#sidebar > hr {
    margin: 27px 0;
}
.haekchen {
    margin: 0;
    padding: 0;
}
.haekchen > li:before {
    color: #397cb8;
    content: "\f00c";
    font-family: fontawesome;
    margin-right: 7px;
}
.haekchen > li {
    list-style: none outside none;
    margin: 0 0 8px;
    padding: 0;
}

.box2.dienstleistung a {
    text-decoration:none;
    color: #397cb8;
}
.box2.dienstleistung a:hover {
    text-decoration:none;
    color: #397cb8;
}
.box2.dienstleistung h2 {
    background: #eee;
    color: #397cb8;
    font-size: 17pt;
    line-height: 48px;
    margin: 0;
    padding: 0 10px;
    text-decoration:none;
}
.box2.dienstleistung .button {
    display:inline-block;
    background: #397cb8 none repeat scroll 0 0;
    border: 1px solid #397cb8;
    border-radius: 18px;
    height: 25px;
    line-height: 23px;
    margin: 10px auto 0;
    padding: 0 20px;
    text-align: center;
font-size:13pt;
color:#fff;
}
.box2.dienstleistung .button:hover {
    background: #fff none repeat scroll 0 0;
    color: #397cb8;
}
.box2.dienstleistung:nth-of-type(3n+2) {
    margin-left: 0;
    width: 48%;
}
.box2.dienstleistung:nth-of-type(3n) {
    margin-right: 0;
    width: 48%;
}
.loesungsuebersicht {
    margin: 0 auto;
    max-width: 100%;
    line-height: 13pt;
}
.loesungsuebersicht .box2 {
    position: relative;
    transition: all 1s ease 0s;
    z-index: 10;
}
.loesungsuebersicht .box2 a {
    font-size: 13pt;
    height: 50px;
    line-height: 14pt;
    padding-left: 55px;
    float:left;
}
.loesungsuebersicht > .box2 > a:last-child {
    display: block;
    padding-top: 6px;
}
.loesungsuebersicht .clear {
    padding: 20px 0;
}

.loesungsuebersicht #weltkugel {
    background: url("http://www.toptheweb.de/wp-content/uploads/weltkugel.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 170px;
    left: 50%;
    margin-left: -85px;
    position: relative;
    top: -280px;
    width: 170px;
    z-index: 1;
}
.loesungsuebersicht a i {
    background: #397cb8 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 15pt;
    height: 45px;
    left: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 45px;
}
.loesungsuebersicht .box2 a.fr {
    padding-left: 0;
    padding-right: 55px;
    text-align: right;
}
.loesungsuebersicht a.fr i {
    left: auto;
    right: 0;
}

#sidebar .haekchen a:hover {
    color: #397cb8;
}
#contentarea {
    background: #eee none repeat scroll 0 0;
    font-size: 15pt;
    font-weight: 300;
    padding: 30px 0;
    overflow:hidden;
}

#contentarea li {
    margin-bottom: 10px;
}
footer a strong {
    font-weight: 400;
}
input {
    border: 2px solid #ddd;
    line-height: 30px;
    padding: 0 10px;
    transition: 0.5s;
    min-width: 318px;
}
textarea {
    border: 2px solid #ddd;
    padding: 10px 10px;
    font-family: 'Source Sans Pro', sans-serif;
    transition: 0.5s;
    min-width: 318px;
}
input:focus,
textarea:focus {
    border: 2px solid #397cb8;
}
span.wpcf7-not-valid-tip {
    font-size: 0.8em !important;
}
@media (max-width: 1050px) {
	.wrapper {
		margin: 0 20px;
	}
	header .wrapper {
		margin: 0;
	}
}

@media screen and (max-width: 950px) {
    .loesungsuebersicht {
        padding: 0 7%;
    }
}
@media screen and (max-width: 865px) {
    nav {
        height:50px;
    }

.fa.fa-bars.togglemenu {
    cursor: pointer;
    display: block;
    font-size: 30px;
    height: 50px;
    left: 12px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 31px;
    color:#9a9a9a;
    transition:0.5s;
}
.fa.fa-bars.togglemenu:hover {
    color:#397cb8;
}

#logoarea {
    height: 50px;
    margin: 0 auto;
    max-width: 1040px;
    padding: 0 10px;
    position: relative;
}

#logoarea #logo {
    cursor: pointer;
    display: block;
    float: none;
    left: 50%;
    max-height: 100% !important;
    max-width: 200px !important;
    position: absolute;
    top: 5px;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
#kontakt .scroll2hide {
    display: none;
}
#logoarea #kontakt {
    cursor: pointer;
    display: block;
    height: 50px;
    right: 12px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 31px;
    color:#9a9a9a;
    transition:0.5s;
}
#logoarea #kontakt #tel {
    font-size: 30px;
}
#logoarea #kontakt .telephone {
    display:none;
}

#kontakt > #tel {
    font-size: 15pt;
}
    nav > div > ul {
        position:fixed;
        width:100%;
        left:-100%;
        right:100%;
        top:50px;
        display:block;
	transition:0.5s;
	height:calc(100% - 50px);
	overflow:auto;
    }

body.menuact {
    overflow: hidden;
}
    .menuact nav > div > ul {
        left: 0;
        right: 0%;
        top: 50px;
        width: 100%;
	transition:0.5s;
	background:#397cb8;
    }
    nav > div > ul > li {
        floaT:none;
        display:block;
        width:100%;
	min-height:48px;
	background:#397cb8;
    }
 
    nav > div > ul > li > ul {
	display: block;
	float: none;
	position: relative;
	width: 100%;
	background:#2e71ad;
    }   

    nav > div > ul > li > ul > li > ul {
	display: block;
	float: none;
	position: relative;
	width: 100%;
	left:0;
	background:#276aa6;
    }   
    nav > div > ul li {
	background:none !important;
    	display: block;
    	line-height: 48px;
	height:48px
	float:none;
	width:100%;
	lefT:0;
    }
    nav > div > ul > li a {
	background:none !important;
    	color: #fff !important;
    	display: block;
    	line-height: 48px !important;
	height: 48px !important;
    	margin: 0;
    	text-align: left;
    	text-decoration: none;
	overflow:hidden;
    }
    nav > div > ul > li a:hover {
	background:rgba(0,0,0,0.1) !important;	
    }
    nav > div > ul > li > a {
	padding:0 0 0 20px;
    }
    nav > div > ul > li > ul > li > a {
	padding:0 0 0 40px;
    }
    nav > div > ul > li > ul > li > ul > li > a {
	padding:0 0 0 60px;
    }
    header {
	top:50px;
    }
    section#content {
	top:380px;
    }
 
    .loesungsuebersicht {
        padding: 0 0;
    }
    .loesungsuebersicht .box2 {
        border-bottom: 1px solid #d7d7d7;
        float: left !important;
        margin: 0 !important;
        padding: 10px 0 !important;
        width: 50%;
    }
    .loesungsuebersicht .box2:after {
        clear: both;
        content: "";
        display: block;
    }
    .loesungsuebersicht .box2 a {
        float: left !important;
        margin-left: 0;
        margin-right: 10px;
    }
    .loesungsuebersicht .box2:hover {
        transform: scale(1);
    }

    #contentarea.page {
	background:#fff !important;
        border-right: none !important;
        margin-right: 0 !important;
        padding: 0 2% !important;
        width: 96% !important;
        float: none !important;
        clear: both !important;
    }
    #sidebar.page {
        border-left: none !important;
        margin-left: 0 !important;
        padding: 0 2% !important;
        width: 96% !important;
        float: none !important;
        clear: both !important;
    }
    .box3 {
        width: 96% !important;
        margin-top: 20px !important;
    }
    .box3.first {
        border-bottom: 1px solid #ccc;
        margin-top: 0 !important;
        padding-bottom: 20px;
    }
    .box3.second {
        border-bottom: 1px solid #ccc;
        margin-top: 20px !important;
        padding-bottom: 20px;
    }
    .owl-imgwrapper {
        float: none !important;
        width: 96% !important;
        margin: 0 2% !important;
        clear: both;
    }
    .owl-carousel-item-imgoverlay {
        float: none !important;
        width: 96% !important;
        margin: 0 2% !important;
        clear: both;
    }
    .desktoponly {
        display: none !important;
    }
    #headerbg {
        display: none;
    }
}
@media screen and (max-width: 665px) {
    .box2.dienstleistung {
        margin: 0 !important;
        width: 100% !important;
    }
    #infobox {
        float: left;
        margin-left: 23px;
        width: 370px;
    }
    #infobox > strong {
        display: block;
    }
}
#wpadminbar {
    display: none;
}