/*
	Theme Name: VIVO-Theme
	Description: This is an Empty high performance template for Online Marketing
	Version: 0.0.1
	Author: Martin Neitz
	Author URI: http://www.neitz.at
	Tags: Blank, HTML5, CSS3

	License: Martin Neitz
*/

/*------------------------------------*\
    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:400 18px/1.4 'Open Sans', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
	display: block;
}

article .clear {
  display: none;
}

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
\*------------------------------------*/

/* wrapper */
.wrapper {
  max-width: 1100px;
  margin: auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

.nav {
    text-align: center;
}

.nav ul {
    display: inline-block;
    font-size: 15px;
}

.nav ul li {
    float: left;
    list-style-type: none;
}

.nav ul li:before {
   content: "|";
}

.nav ul li:first-child:before {
    content: '';
}

.nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
}

.mobile {
    display: none;
}

header li {
	display: inline;
	padding-left: 30px;
}





/*------------------------------------*\
    SHORTCODES
\*------------------------------------*/

/* GALLERY */


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

/*Homepage*/
#start-process .kosu_constant_email,
#start-subscription2 .kosu_constant_email  {
	color: #fff;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}


h1 {
/*	font:500 54px/1.4 'Khand', Helvetica, Arial, sans-serif; */
 font-family: 'Open Sans';
  font-weight: 500;
  font-size: 54px;
}

/*------------------------------------*\
    LISTS - Ennummeration, Nummeration
\*------------------------------------*/

/*Liste mit Image als Aufzählungspunkt, im Kongress-Theme-Option-Panel wird das Bild hochgeladen
  und als Listenpunkt definiert*/
ul.custom_bullet_img {
	padding-left: 0px;
}

ul.custom_bullet_img li {
	padding-left: 0px;
	list-style-type: none;
	padding-left: 2.5em;
	background-size: 2em;
	background-repeat: no-repeat;
	margin-bottom: 22px;
	line-height: 1.8;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
   	.mobile {
      		display: block;
   	}
   	.desktop {
      		display: none;
   	}

}

@media only screen and (min-width:480px) {

}

@media only screen and (min-width:768px) {

}

@media only screen and (min-width:989px) {
   	.mobile {
      		display: none;
   	}
   	.desktop {
      		display: block;
   	}
}

@media only screen and (min-width:1024px) {

}

@media only screen and (min-width:1140px) {

}

@media only screen and (min-width:1280px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    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;
}
.sticky {

}
.bypostauthor {

}



/*------------------------------------*\
    Contact Form 7 + Klicktipp V1 V2 V3
\*------------------------------------*/


/*Kontakt-Support-Formular*/
#kontakt input[type="text"],
#kontakt input[type="email"],
#kontakt textarea                           {width: 90%;margin-bottom: 10px;padding: 10px 20px;border-radius: 5px; border: 1px solid #0078a5;}
#kontakt input[type="submit"]               {width: 90%;background: #d028ac; border: 1px solid #d16d36;border-radius: 5px; padding: 10px 20px; color:#fff;}

#form-kt-v1-wrapper input,
#form-kt-v2-wrapper input {
    width: 100%;
}

#form-kt-v1-wrapper input#FormField_EmailAddress,
#form-kt-v1-wrapper input#FormSubmit,
#form-kt-v1-wrapper input#FormField_FirstName,
#form-kt-v2-wrapper input#FormField_EmailAddress,
#form-kt-v2-wrapper input#FormField_FirstName,
#form-kt-v2-wrapper input#FormSubmit,
#form-kt-v3-wrapper input#FormField_EmailAddress,
#form-kt-v3-wrapper input#FormSubmit,
#form-kt-v3-wrapper input#FormField_FirstName {
    height: 46px;
    border-radius: 5px;
}

#form-kt-v1-wrapper input#FormField_EmailAddress,
#form-kt-v1-wrapper input#FormField_FirstName,
#form-kt-v2-wrapper input#FormField_EmailAddress,
#form-kt-v2-wrapper input#FormField_FirstName,
#form-kt-v3-wrapper input#FormField_EmailAddress,
#form-kt-v3-wrapper input#FormField_FirstName {
    border: 1px solid #D4D0D0;
    padding-left: 15px;
    color:#6e6e6e;
}
#form-kt-v1-wrapper input#FormField_EmailAddress,
#form-kt-v1-wrapper input#FormField_FirstName {
    margin-bottom: 10px;
}

#form-kt-v1-wrapper input#FormSubmit,
#form-kt-v2-wrapper input#FormSubmit,
#form-kt-v3-wrapper input#FormSubmit {
    background-color: #d028ac;
    font-weight: bold;
    color: #ffffff;
    border: 0px;
}

#form-kt-v2-wrapper input#FormField_EmailAddress,
#form-kt-v2-wrapper input#FormField_FirstName,
#form-kt-v2-wrapper input#FormSubmit {
    float: left;
    width: 32%;
}

#form-kt-v3-wrapper input#FormField_EmailAddress,
#form-kt-v3-wrapper input#FormField_FirstName {
    float: left;
    width: 49%;
}

#form-kt-v3-wrapper input#FormSubmit {
    width: 100%;
    margin-top: 10px;
}


#form-kt-v2-wrapper input#FormSubmit,
#form-kt-v2-wrapper input#FormField_EmailAddress,
#form-kt-v3-wrapper input#FormField_EmailAddress
{margin-left: 2%;}


@media screen and (max-width: 900px) {

    #form-kt-v2-wrapper input#FormField_EmailAddress,
    #form-kt-v2-wrapper input#FormField_FirstName,
    #form-kt-v2-wrapper input#FormSubmit {
        width: 100%;
    }
    #form-kt-v2-wrapper input#FormSubmit,
    #form-kt-v2-wrapper input#FormField_EmailAddress{margin-left: 0%; margin-top: 10px;}
}




/*------------------------------------*\
    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;
	}
}


/*------------------------------------*\
    Footer
\*------------------------------------*/

.koth_footer { clear: both; }

.koth_footer_navigation_area,
.koth_footer_copyright_area,
.koth_footer_widget_area    {
  display: inline-block;
  width: 100%;
}

.koth_footer_widget_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: -2em;
}

.koth_footer_widget_area { padding-top: 30px; }

.koth_footer_widget_area-column {
  width: 25%;
  padding-right: 2em;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}


.koth_footer_navigation_area ul {display: inline-block; }
.koth_footer_navigation_area ul li {
    float: left;
    list-style-type: none;
}

.koth_footer_navigation_area ul li a {
    padding-left: 10px;
    padding-right: 10px;
}

.koth_footer_navigation_area ul li:before { content: "|"; }
.koth_footer_navigation_area ul li:first-child:before { content: ''; }
.koth_footer_navigation_area { text-align: center; }

.koth_footer_copyright { clear: both; }

@media screen and (max-width: 770px) {
  .koth_footer_widget_area {
    flex-direction: column;
  }

  .koth_footer_navigation_area,
  .koth_footer_copyright_area,
  .koth_footer_widget_area    {
    padding-left: 15px;
    padding-right: 15px;
  }

}


/*------------------------------------*\
    PRINT
\*------------------------------------*/
.redux-notice-field {
   background: 	none !important;
   border: 	none !important;
   box-shadow: 	none !important;
   padding: 	none !important;
   margin-top: 	30px !important;
}


/*------------------------------------*\
    Icon Button
\*------------------------------------*/

.kbtn_wrapper {
	display: table;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.kbtn_wrapper .kbtn_link { text-decoration: none !important; }

a.kbtn_link {
	  color: #fff;
    background-color: #e15c21;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    overflow: hidden;
    width: 100%;
    text-align: center;
    line-height: 1.2em;
		border-radius: 8px;
}

a.kbtn_link:hover {
	background-color: #00a1b1;
}

.kbtn-text {
	color: inherit;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-flex: 1;
	position: relative;
  padding: 12px 15px;
}

.kbtn-icon {
	margin: 0;
	display: block;
	font-size: 2em;
  line-height: 0;
  position: relative;
  color: inherit;
  width: 2em;
  height: 2em;
  background-color: rgba(0, 0, 0, 0.2) !important;
  padding: .5em !important;
}

.kbtn_full_width { width: 100%; }


/*------------------------------------*\
    Hidden elements an sticky banner
\*------------------------------------*/

.koth-hidden-element-01,
.koth-hidden-element-02,
.koth-hidden-element-03,
.koth-hidden-element-04,
.koth-hidden-element-05 {
	display: none !important;
}

.koth-sticky-banner {
   position: fixed;
   left: 0;
   bottom: 0;
   width: calc(100% + 30px);
   z-index: 100;
}

.koth-sticky-banner-dynamic {
    display:none;
    margin-top: 8px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
  	color: #000;
  	position: relative;
}

.koth-sticky-banner-dynamic.koth-sticky-banner-visible {
    display: block;
		bottom: 0px;
}

.koth-sticky-banner-dynamic-close {
  background-color: red;
  display: inline-block;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  position: relative;
  top: 0px;
  right: 0px;
  float:right
}
.koth-sticky-banner-fixed {}
.kosu-dynamic-footer{
	display:none;
}

/*------------------------------------*\
    Hidden elements an banner
\*------------------------------------*/


.kosu-banner-content {
	position: fixed !important;
	left: 0px;
	bottom: 0px;
	width: calc(100% + 30px)  !important;
	z-index: 100;
	-webkit-transition: -webkit-transform .25s .2s;
	transition: -webkit-transform .25s .2s;
	transition: transform .25s .2s;
	transition: transform .25s .2s,-webkit-transform .25s .2s;
	transform: translateY( 1200px );
}



.kosu-banner-content.visible {
	transform: initial;
}
