/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*display
 * Custom Style Sheet - Use this file to style your content
 */

.dotBlock {
  display: inline-block;
}

.info-mail.cf { display: none !important; }

@media (max-width: 479px) {
  .imageResponsive {
    width: 100%;
    margin-bottom: 10px;
  }
}

#block-main {
  padding-top: 10px;
  margin: 0 auto;
  padding: 10px;
}

.wk-gallery-wall.margin>* {
  margin: 0 7px 15px 8px !important;
}

.mod-box2 {
  text-align: left;
}

.mod-box2 a {
  color: #434343;
}

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pop {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pop:hover, .pop:focus, .pop:active {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.logo60 {
  width: 60%;
  display: inline-block;
  float: left;
  text-align:left;
  margin-top: 10px;
}

.logo40 {
  width: 40%;
  display: inline-block;
  text-align: left;
  font-family: 'nunito';
}

.logo40 h1 {
  font-family: 'nunito';
}

h1.arialfont {
  font-family: 'nunito';
}

#logo {
  width: 100%;
}




h1,h2,h3 {
  color: #00ade0 !important;
}

.dots{
width: 50%;
display: inline-block;
float:left;
}



.menu-dropdown a.level1, .menu-dropdown span.level1, .menu-dropdown .level2 .level2 span.subtitle {
  font-family: 'nunito' !important;
  text-transform: uppercase;
}

.menu-dropdown li.level1 a:hover {
  color: #00ADEO !Important;
}
  
@font-face {
    font-family: 'nunito';
    src: url('nunito-regular-webfont.eot');
    src: url('nunito-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('nunito-regular-webfont.woff') format('woff'),
         url('nunito-regular-webfont.ttf') format('truetype'),
         url('nunito-regular-webfont.svg#nunitoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

li {
  color: black;
}

p {
  color: black !important;
}

div.module.mod-line.mod-transparent.mod-box.deepest {
  padding: 10px;
}

h3 {
  color: white;
}

ul.check {
  color: white;
  padding-left: 5px;
  text-align: left;
}

#menu {
    background: -webkit-linear-gradient(180deg, #ebebeb, #a4a4b0); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(180deg, #ebebeb, #a4a4b0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(180deg, #ebebeb, #a4a4b0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(180deg, #ebebeb, #a4a4b0); /* Standard syntax */
  border: 1px solid #444;
  box-shadow: 0px 2px 5px #000;
  height: 40px;
  width: 100%;
  text-align: center;
}

.menu-dropdown {
  height: 30px;
}

.menu-dropdown a.level1, .menu-dropdown span.level1 {
  color: #333 !important;
}

.menu-dropdown li.active .level1 {
  color: #00ade0 !Important;
}

@font-face {
    font-family: 'DroidSerifBoldItalic';
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot');
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Logo */
.custom-logo {
	width: 104px;
	height: 70px;
	background-image: url(../../../images/yootheme/logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
    background-size: contain;
}

/* Only Phones */
@media (max-width: 767px) {
	#header-responsive .logo { margin-bottom: 10px; }
}

/* Parallax Effect */
.box-parallax { background-image: url(../../../images/yootheme/demo/teaser/home_teaser_default.jpg); }
.box-parallax h1 { font-family: "DroidSerifBoldItalic", "TimesNewRoman", "serif"; }

/* Frontpage Title */
.bigger-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 24px;
}

/* Frontpage List Line */
ul.line.frontpage > li {
	margin-top: 30px;
	padding-top: 30px;
}

ul.line.frontpage > li:first-child {
	margin-top: 0;
	padding-top: 0;
}


/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
	.frontpage-teaser { height: 280px; }
	.frontpage-teaser h2 {
		margin-bottom: 0;
		line-height: 75px;
		font-size: 68px;
	}
	.frontpage-teaser h4 {
		line-height: 28px;
		font-size: 23px;
	}
}

/* only phones */
@media (max-width: 767px) {
	.frontpage-teaser { height: 150px; }
	.frontpage-teaser h2 {
		margin-top: 10px;
		margin-bottom: 0;
		line-height: 50px;
		font-size: 40px;
	}
	.frontpage-teaser h4 {
		margin-top: 0;
		font-size: 12px;
		line-height: 16px;
	}
}