/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* ========================================================================
	Schriften
 ========================================================================== */

@import url(https://fonts.11880-hosting.com/css?family=PT+Serif:400,700);


@media (max-width:500px) {
  h1, .uk-h1 { 
    font-size:38px !important; 
    text-align: left; 
  }
  
}

.headline {
  color: #c31619; 
  text-align: center;
}

.slogan {
  color: #c31619; 
  text-align: center;
}

.h3headline [font-size: 24px;]

/* ========================================================================
   Anpassung der geordneten Liste im Impressum
 ========================================================================== */

ol {
  list-style:none;
  counter-reset:listNumbering;
  list-style-type:none !important;
}

ol h2, ol h3, ol h4, ol h5, ol h6 {
  display:inline;
}

ol > li:before {
  content:counter(listNumbering, decimal) ".";
  counter-increment:listNumbering;
  display:inline;
}

/* ========================================================================
   Mobile Anpassung der Telefonnummer
 ========================================================================== */

.telefon-block2 {
  display:none;
}

@media screen and (min-width:0) and (max-width:500px) {
  .telefon-block1 { display:none; } 
  .telefon-block2 { display:inline-block; }
}

/* ========================================================================
   Off Canvas Menu Fix für Chrome                     !!! DO NOT DELETE !!!
 ========================================================================== */

.uk-offcanvas-page {
  position:relative !important;
}

/* ========================================================================
   Social Media Share Buttons
 ========================================================================== */

.shariff .orientation-horizontal {
  display:list-item !important;
}

.shariff .orientation-horizontal li {
  float:none !important;
  display:inline-block;
}

.shariff .orientation-vertical li {
	max-width: 160px; 
	width: 100%;
}

/* ========================================================================
	Kontaktformular
 ========================================================================== */
 
#chronoform-Gold-Kontakt{max-width:560px; margin: 0; text-align: left;}
select.kontakt_input {width: 100% !important;}
#nachricht, #chronoform-Gold-Kontakt .kontakt_input, .gbs3 .gcore-input {width: 97%;}
.uk-button {text-transform: none;}
form {margin: 0;}

/* ========================================================================
	Karte
 ========================================================================== */

.gm-style .gm-style-iw {font-size: 16px; color: #555 !important;}
.gm-style .gm-style-iw h3 {color: #555 !important;}
.gm-style-iw {-webkit-box-sizing: padding-box;-moz-box-sizing: padding-box;box-sizing: padding-box;padding: 15px 10px 0;}
