.entry-content p,
.entry-content span,
.entry-content td,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  line-height: 1.7em;
}

.entry-content p {
  text-align: justify;
}

.entry-content img {
  border: 1px solid #cccccc;
}

table {
  width: auto !important;
  border: none !important;
}

td {
  padding-right: 1em;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: none;
}

table td:last-of-type {
  padding-right: 0;
}

/*
.ow-button-base {
  border-width: 2px;
  border-style: solid;
  border-color: #40929c;
  width: 80%;
  min-width: 12em;
  margin: auto;
  text-transform: uppercase;
  background-color: white;
}
*/

.ow-button-base a {
  text-transform: uppercase;
}

.main-navigation ul ul a {
  line-height: 1.7em;
}

.onlineshop
{
  background-color: #ee6600;
}

/*
.main-navigation ul a[href*="shop"],
.main-navigation ul a[href*="shop"]:focus,
.main-navigation ul a[href*="shop"]:visited,
.main-navigation ul a[href*="shop"]:hover,
.main-navigation ul a[href*="shop"]:active
{
  background-color: #ee6600;
}
*/

h1 {
  font-size: 30px !important;
}

h2 {
  font-size: 26px !important;
}

h3 {
  font-size: 22px !important;
}

h4 {
  font-size: 20px !important;
}

h5 {
  font-size: 16px !important;
}

h1,
h2,
h3 {
  text-transform: uppercase;
  letter-spacing: .15em;
}

h3,
h4,
h5 {
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.entry-content a {
  text-decoration: none;
}

.wpcf7-list-item.first.last {
  margin: 0px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 5px;
}

input[type="submit"] {
  border-radius: 5px;
  padding: 15px;
  text-transform: uppercase;
}

input[type="text"]:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus,
textarea:hover,
textarea:active,
textarea:focus {
  border: 1px solid #40929c;
}

#colophon p {
  font-size: 16px;
  line-height: 1.7em;
}

#colophon #theme-attribution {
  color: #444444;
  text-align: center !important;
  font-size: 12px;
  padding-top: 30px;
}

#colophon #theme-attribution a {
  color: #444444;
}

@media screen and (max-width: 780px) {
	.h1-centered h1{
			text-align: center !important;
		}
  h1 {
    font-size: 24px !important;
    text-align: left !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  h4 {
    font-size: 16px !important;
  }

  h5,
  p,
  li,
  td {
    font-size: 14px !important;
  }

  td {
    font-size: 14px;
  }
}

#masthead.site-header {
  background-position: center center;
}

a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

div.rl-gallery-item:hover a img,
a img:hover,
a img.logo-height-constrain,
a img.no-bw,
.no-bw img
{
  -webkit-filter: none !important;
  filter: none !important;
}

.awmp-map p {
  font-family: Raleway, sans-serif;
  text-align: center;
  padding-bottom: 18px;
}

.awmp_map_wrapper {
/*  padding-bottom: 100px;
  padding-top: 100px; */
}

.awmp-map a {
  text-decoration: underline;
}

.awmp-map h3 {
  font-family: Orbitron, sans-serif;
}

.cmplz-blocked-content-container {
  width: 100% !important;
	height:25% !important;
	min-height:400px !important;
	box-shadow: none !important;
}

.cookie-statement
{
	max-width: 100% !important;
}

.termin-button:hover {
	background-color: #2f6972 !important;
}

.termin-button {
	transition: background-color 0.4s ease !important;
}


body.responsive #masthead .hgroup #header-sidebar .widget {
		display: flex !important;
}