/*
	Theme Name: Steinberg Wasserschadenbeseitigung
	Theme URI: https://www.comtecda.de
	Description: Steinberg Wasserschadenbeseitigung
	Version: 1.0.0
	Author: Thomas Pietsch (comtecda.de)
	Author URI: comtecda.de
	Tags: Steinberg Wasserschadenbeseitigung, comtecda, Generic, Template, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway|Ubuntu+Mono&display=swap');
@import "font-awesome.css"; 

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
-	webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	scroll-behavior: smooth;
	height: 100%;
}
body {
	font: 18px Georgia, 'Raleway', Tahoma, Arial, sans-serif;
	font-weight: 300;
	line-height: 25xp;
	color: #444444;
	background: #ffffff;
	height: 100%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
ul, ol{ padding:0; margin:0;}

a{ color: #000000; }
a:hover{ color: color: #000000; }

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
article ul, ol, p, h1, h2, h3, h4, h5, h6, pre, blockquote{ margin: 0; padding: 0 0 20px 0; color: #444444; }

article p{line-height:27px;}
article ul{
	list-style-type: circle;
	margin-left: 20px;
	line-height: 27px;
}
article ol{
	margin-left: 20px;
	line-height: 27px;
}

article p a{ 
	font-weight: bold;
	color: #444444;
	padding: 3px 5px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
article p a:hover{ 
	background: #999999;
	color: #ffffff;
	border-radius: 3px;
}

article pre{
	font: 17px 'Ubuntu Mono';
	font-weight: 300;
}

article h1, h2, h3, h4, h5, h6{ margin: 5px 0; font-family: Georgia, 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif; color:#444444;}

article blockquote {
	font-family: 'Raleway', serif;
	margin: 0 60px 0 60px;
	position: relative;
	text-align: justify; 
}
article blockquote p{
	font: 17px 'Raleway', serif;
	font-weight: 300;
	font-style: italic;
}
article blockquote:before {
	display: block;
	content: "\201C";
	font-size: 60px;
	position: absolute;
	left: -30px;
	top: -15px;
}
article blockquote:after {
	display: block;
	content: "\201d";
	font-size: 60px;
	position: absolute;
	right: -30px;
	bottom: 0px;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		/*background:transparent !important;*/
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	.header_wrapper{
		display:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p{ font-size:12px; }
	h1,h2,h3,h4,h5,h6{ font-size:20px; font-weight:none; }
	.footer{ font-size:12px; }
}


/* Wrapper */
.grid-wrapper{
	width: 100%;
	height: 100%;
}

/* Header */
.header{
	font: 20px Georgia, 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position:fixed;
	top: 0;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #444444;
	padding: 0;
	color: #444444;
	background: #ffffff;
	z-index: 1000;
}
/* header left */
.info{
	font: 40px Georgia, 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align:center;
	overflow: hidden;
}

/* header right */
.tel{
	font: 25px Arial, sans-serif;
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100px;
	line-height: 50px;
	float:left;
}
.tel a{
	text-decoration: none; 
	color: #444444;
	font-weight: 300;
}
.fa{width:30px;height:30px;}
/* page wrapper */
.page-wrapper{
	margin: 100px 0;
	background: #ffffff;
	margin: 100px 15%;
	z-index: 1;
}

/* slider */
.n2-ss-slider{
	border-bottom: 1px solid #444444;
}

/* footer */
.footer{
	width: 100%;
	height: 100px;
	background: #999999;
	border-top: 1px solid #444444;
	z-index: 1000;
}
.copyright, .contentinfo{
	width: 100%;
	height: 50px;
	line-height:50px;
	text-align:center;
}
.footer a{
	text-decoration: none;
	color: #dddddd;
}
.footer a:hover{
	color: #ffffff;
}

/* RESPONSIVE */
@media screen and (max-width:800px){
	/* Header */
	.header{ padding: 0; height: 100px; clear: both; }
	.info{ width:100%; top: 0; line-height: 33px; text-align:center; font-size: 18px}
	.tel{ width:100%; top:33px; line-height: 25px; text-align:center; font-size: 18px}
	article h1{font-size:23px;}
	/* page wrapper */
	.page-wrapper{ margin: 0; margin-top: 100px; padding: 0 20px; }
	
	/* footer */
	.footer{ position: relative; height: 50px; padding: 0; clear: both; }
	.copyright{ display:none;}
	.contentinfo{ width: 100%; height: 50px; text-align: center; line-height: 50px;}

	article blockquote {
		margin: 0 30px 0 30px;
	}
}

/* CHANGE COMPOSER THINGS */
.vc_column-inner{
	margin:0px !important;
	padding:0px !important;
}
.vc_row {
    margin: 0 !important;
	padding: 0 !important;
}
.wpb_content_element{
	margin: 0 !important;
}

/* BUTTON MIT TELEFONNUMMER */
.mybutton > a, .mybutton > a > i{
	font-size: 33px !important;
	font-weight: bold !important;
	line-height: 35px !important;
}

/* CONTACT FORM */
input {max-width:100%; padding: 10px; width: 100%}
textarea {max-width:100%; padding: 10px; width: 100%}
input[type=submit] {color: #4cadc9; border:1px solid #4cadc9; background: transparent; font-weight: bold; padding:10px; margin:0; width:100px;}
