/*
	Theme Name: TobaccoMan
	Theme URI: http://tobaccoman.eu
	Version: 1.0.0
	Author: SeiringDesign (@seiringdesign)
	Author URI: https://www.seiring.de
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

body {
	background-color:#FFFFFF;
}

.wrapper {
	max-width:1200px;
	margin: 0 auto;
}
.wpb_layerslider_element {
	margin-bottom:0!important;
}

h1 {
	font-size: 90px;
	line-height:60px;
	color:#0F014A;
	text-transform: uppercase;
	font-family:'Conundrum';
	margin-bottom:10px;
	margin-top:65px;
}

.intro {
	margin-bottom:10px!important;
}

.intro p {
	font-size:26px;
	font-family: 'Yanone Kaffeesatz';
	font-weight:bold;
	color:#0F014A;
	text-align:center;
}

h2 {
	font-size:36px; 
	font-family: 'Yanone Kaffeesatz';
	font-weight:bold;
	color:#0F014A;
	margin-bottom: 0px;
	margin-top: 10px;
}


h3 {
	font-size:33px; 
	font-family: 'Yanone Kaffeesatz';
	font-weight:bold;
	color:#0F014A;
	margin-bottom: 0px;
	margin-top: 10px;
}

p, li {
	font-family: 'Yanone Kaffeesatz';
	font-weight:300;
	font-size:21px;
	color:#0F014A;
}

ul {
	padding-left:0;
	list-style:none;
}

.footer-bottom ul {
	text-align:center;
}

.footer-bottom ul li, .footer-bottom p, .footer-bottom a {
	color:#fff;
}

.footer-bottom li {
    display: inline-block;
	margin-right:10px;
	font-size:18px;

}

.footer-bottom li:after {
	content:'|';
	margin-left:10px;
	font-size:14px;
}

.footer-bottom li.last-in-line:after, .footer-bottom li:last-child:after {
	content:'';
	margin:0;
}

.footer-bottom li.last-in-line, .footer-bottom li:last-child {
   margin:0;
}

.info-icon-wrap {
	margin-top:25px;
	text-align:center;
}

.info-icons {
    display: inline-block!important;
    margin: 0 8px!important;
}

.info-icons {
	transform:scale(1);
	-webkit-transform: scale(1);
	transition: all 0.2s ease;
}

.info-icons:hover {
	transform:scale(1.1);
	-webkit-transform: scale(1.1);
}

#iconnav {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 30px;
}

#iconnav li {
    padding-top: 5px;
}

#iconnav li a {
	background-color:#5B93E6;
	color:#fff;
	padding:6px;
	transition:all 0.2s ease;
}


#iconnav li a:hover {
	background-color:#fff;
	color:#000;

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

#mobile-topbar {
    background-color: #c20101;
    padding: 10px 0;
}

@media (min-width:768px) {
	#mobile-topbar {
		display:none;
	}
}

#mobile-topbar img {
    width: 170px;
    margin: 0 auto;
    display: block;
}


footer {
	background-color:#D60007;
	background-image:url(img/streife.png);
	background-size:84px auto;
	background-position:left center;
	background-repeat: no-repeat;
	margin-top:65px;
}

.footer-top {
    text-align: center;
    padding: 50px 0;
}

@media (max-width:767px) {
	footer{
		padding-top:50px;
	}
	.footer-top  {
		display:none;
	}
}


@media (max-width:767px) {
	h1 {
		font-size: 60px;
		line-height: 30px; 
	}
	.intro p {
		font-size: 24px;
		line-height: 26px;
	}

	h2 {
		font-size:30px; 
	}

	h3 {
		font-size:28px;
		text-align:center!important;
	}
	
	p, li {
		font-size:18px;
		text-align:center;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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;
	}
	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,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
