.h2, h2 {
    font-size: 2rem;
    color: #3784bf;
}



html, div, span, applet, object, iframe,  blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, embed,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 99%;
    vertical-align: baseline;
	line-height: 1.2rem;
}

html {
    line-height: 1
}


ol, ul {
    margin-left: 25px;
    list-style: none
}

.wrapper {

    margin: 0 auto
}

h1 {
    font-size: 2.8em;
    line-height: 1.2em
}


.nav-links{
display: -webkit-inline-box;
align-items: center;
background: #fff;
padding: 10px 6px;
border-radius: 5px;
box-shadow: 0 5px 10px rgba(0,0,0,0.2);
margin: 30px 0 0 65px;
}
.nav-links li{
  list-style: none;
  margin: 0 12px;
}
.nav-links li a{
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  padding: 6px 0;
  text-decoration: none;
}
.nav-links li a:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: #fc0078;;
  border-radius: 12px;
  transition: all 0.4s ease;
}
.nav-links li a:hover:before{
  width: 100%;
}
.nav-links li.center a:before{
  left: 50%;
  transform: translateX(-50%);
}
.nav-links li.upward a:before{
  width: 100%;
  bottom: -5px;
  opacity: 0;
}
.nav-links li.upward a:hover:before{
  bottom: 0px;
  opacity: 1;
}
.nav-links li.forward a:before{
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}
.nav-links li.forward a:hover:before{
  transform: scaleX(1);
  transform-origin: left;
}


/*---------------------------------------------*/

/*  Eihänger auf Startseite */

.sticky-mail,
.sticky-telefon{
height: 60px;
position: fixed;
right: 0px;
color: #ffffff;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
cursor: pointer;
z-index:10;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.sticky-mail{
background-color: rgba(155, 155, 155, 0.7);
top: calc(50% - 75px); }
.sticky-telefon{
background-color: rgba(155, 155, 155, 0.7);
top: calc(50% - 5px); }
.sticky-text{
font-weight: 200;
margin-top: 22px;
float: right;
width: 0px;
color: #ffffff;
margin-right: 0px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
text-align: center;
white-space: nowrap;
}
.sticky-text-text{
font-weight: 200;
margin-top: 22px;
float: right;
width: 0px;
color: #ffffff;
margin-right: 0px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
text-align: center;
white-space: nowrap;
}
.sticky-mail:hover .sticky-text,
.sticky-mail:focus .sticky-text{
width: 200px;
margin-right: 15px;
}
.sticky-telefon:hover .sticky-text-text,
.sticky-telefon:focus .sticky-text-text{
width: 200px;
margin-right: 15px;
}
.sticky-bild{
margin-top: 15px;
float: left;
margin-left: 15px;
margin-right: 15px;
}
.sticky-text:hover,
.sticky-text:focus,
.sticky-text-text:hover,
.sticky-text-text:focus{
color: #ffffff;
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 400;

background:linear-gradient(-45deg, rgba(0, 0, 0, .05) 1px, transparent 1px),linear-gradient(rgba(0,0,0, .05) 1px, transparent 1px),#f2f2f2;
background-size:4px 4px,4px 4px,80px 80px,80px 80px,80px 80px,80px 80px,80px 80px,80px 80px;
background-color: #f2f2f2;
}

a,
button {
  transition: all 0.3s ease;
}

a:hover {
  text-decoration:underline;
  color:#3784bf;
}

.container-fluid {
  max-width: 1200px;
}

.tm-bg-black-transparent {
  /*background-color: rgba(156, 158, 159, 0.5);*/
  background-color: rgba(255, 255, 255, 0.8);
}

.tm-bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.6);
}

.tm-bg-green {
  background-color: #98ab00;
}

.tm-bg-orange {
  background-color: #cc6733;
}

.tm-bg-blue {
 background-color: #7598A9;
}

.tm-bg-dark-gray {
 /* background-color: rgba(70, 133, 164, 1.0);*/
  /*background-color: rgba(0, 85, 128, 0.5);*/
  background-color: rgba(156, 158, 159, 0.5);
}
.tm-bg-brown {
  background-color: #E39E62;
}

/*
  Welcome section
*/
#tmWelcome {
  position: relative;
  display: flex;
  align-items: center;
}

.tm-brand-container-outer-nav {
top: 8px;
position:absolute;
font-size: 18px;
font-weight: 400;
color:#888;
z-index: 1;
}




.tm-brand-container-inner {
  max-width: 580px;
  width: 100%;

}

.tm-brand-container {
padding: 35px 50px;
color: rgba(0, 85, 128, 1.0);

}

.tm-brand-name {
 font-size:2.8rem;
}

.tm-brand-description {
  font-size: 1.4rem;
}

.parallax-windowindex {
  min-height: 800px;
  
  background: transparent;
}

.parallax-window {
  min-height: 300px;
  background: transparent;
}

#tmContact {
  min-height: 100px;
}
.container {
height: 400px;
} 

.tm-welcome-container {
    min-height: 200px;
    position: absolute;
    /*bottom: -50px;*/
    left: 0;
    width: 100%;
    display: flex;
    align-items: stretch;
    top: 330px;
}

.tm-welcome-title {
  margin-bottom: 40px;
  /*background-color:#005580;*/
}

.ds_tm-welcome-title {
  margin-bottom: 40px;
  color: #3784bf;
}

.tm-welcome-left {
  padding-right: 30px;
  padding-top: 25px;
position: relative;
/*left: -30px;*/
}

.tm-welcome-full {
  padding-right: 30px;
  padding-top: 25px;
position: relative;
/*left: -30px;*/
}

.tm-welcome-left-col {
  display: flex;
  /*align-items: center;*/
}

.tm-welcome-right {
  color: white;
  background-color: #3784bf;
  padding: 30px 25px 43px 30px;
  height: 100%;
}

.tm-welcome-icon img {
margin-bottom: 0px;
    display: block;
    text-align: center;
    position: relative;
    width: 65%;

}

/*
  Portfolio section
*/

#tmPortfolio {
  padding-top: 40px;
}

.tm-portfolio-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tm-portfolio-name {
  width: 330px;
  height: 85px;
  font-size: 1.6rem;
  padding: 20px;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 2rem;
}

.tm-portfolio-person {

  font-size: 1.6rem;
  padding: 12px;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 2rem;
}

.tm-portfolio-description {
  width: calc(100% - 330px);
  padding: 20px 45px;
}

.tm-portfolio-description h3 {
  margin-bottom: 20px;
}

.tm-text-green {
  color: #98ab00;
}

.tm-text-orange {
  color: #cc6733;
}

.tm-text-blue {
  color: #7598A9;
}

.tm-text-dark-gray {
  color: #333;
}

.tm-text-brown {
  color: #E39E62;
}


.tm-title-small {
  font-size: 1.3rem;
}

p {  
color: #000;
font-size: 85%; 
  line-height: 1.25;
  font-weight: 200;     
}

p.logofont {
   color: #000;
font-size: 80%;
padding: 7px 0 0 23px;     
}

p.flouttext {  
color: #000;
font-size: 95%; 
 padding: 25px 0 0 0; 
  line-height: 1.25;
  font-weight: 200;     
}
p.flouttext_small {  
color: #000;
font-size: 85%; 
 padding: 25px 0 0 0; 
  line-height: 1.25;
  font-weight: 200;     
}

p.text-right {
color: #888;
font-size: 75%; 
 padding: 30px 0 20px 0;  
margin: 25px 0 0 0;    
}

p.kontaktinfo {
color: #fff;
font-size: 95%;
padding: 0 0 0 0;
line-height: 18px;
position: relative;
width: 240px;
font-weight: 100;    
}

p.kontaktlogo {
   float: left;
    padding: 0 0 20px 0;
    
}

/*---------------------------------------------*/
.wrappic1 {
  display: block;
  flex-grow: 1;
    position: inherit;
    margin: 15px 0 30px 60px;

}

.wrappic1 img {
  max-width: 15%;
  
}

img.logosmini {
max-width: 40%;
margin: 20px 0 0 -20px;
}

img.pikto {
height: 65px;
width: 55px;
transition: transform .2s; /* Animation */
margin: 0 auto;
    }

img.pikto:hover {
transform: scale(1.25);
}
.leistungenminibox {
   position: relative;
    margin-top: 200px
}

figure { 
  text-align: center; 
  width: 55px;
  float: left;
  margin: 0 7px 12px 7px;
}

figcaption {
display: inline-block;
text-align: center;
font-size: 12px;
line-height: normal;
font-weight: 100;
}
.circularlandscape img {
    width: 100%;
    height: auto;

}
.circular {
position: relative;
width: 200px;
height: 200px;
display: inline-block;
}

.circularlandscape {
    position: relative;
    width: 200px;
    height: 150px;
    overflow: hidden;
    border-radius: 3%;
    border: 2px solid #3784bf;
    margin: 0 10px 0 0;
}
.circularinfo {
text-align: left;
font-size: 14px;
padding: 9px 0 0 0;
line-height: inherit;
}

/*---------------------------------------------*/

/*
  Contact section
*/

#tmContact {
  padding-top: 95px;
}

.tm-contact-item {
  width: 33.3334%;
  max-width: 345px;
  height: auto;
  min-height: 420px;
  margin-right: 35px;
  background-color: white;
  padding: 54px 34px 44px;
  border: 1px solid #005580;
  border-radius: 5px;
  
}

.tm-contact-item:last-child {
  margin-right: 0;
}

.tm-contact-items-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}

.tm-contact-item-icon {
  margin-bottom: 45px;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#005580;
}

/* 
#contact_datenschutz {
    max-width: 355px;
}

#contact_datei {
    max-width: 355px;
}
*/

#tmContactForm {
  width: 100%;
  max-width: 680px;
  padding: 45px 45px 30px;
 margin-bottom: 45px;
}

/*.form-group {
  max-width: 355px;
}*/

/* .form-control {
  background: transparent;
  border-color: #999999;
  padding: 15px 10px;
  font-size: 1.1rem;
  margin-bottom: 10px;
} */

.form-control {

    background: transparent;
    border-color: #999999;
        border-top-color: rgb(153, 153, 153);
        border-right-color: rgb(153, 153, 153);
        border-left-color: rgb(153, 153, 153);
    padding: 15px 15px 15px 0;
    font-size: 1.1rem;
    margin-bottom: 10px;
    position: relative;
    height: 100%;

}

.tm-btn-submit {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px 30px;
  font-size: 1.2rem;
}

.tm-btn-submit:focus,
.tm-btn-submit:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.tm-copyright-text {
  margin-bottom: 30px;
}

.tm-link {
  color: #888;
}

a.tm-link {
  color:#888;
}
a.tm-link:hover {
  color:#000;
}
a {
    color: #7598A9;
    text-decoration: none;
    background-color: transparent;
}

.foo {


}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: auto;
    width: auto;
}

#cookiedingsbums {
    text-align: right;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
	color:#FFF;
	padding:25px;
	text-align:center;
	font-size: 100%;
}
#cookiedingsbumsCloser, #cookiedingsbumsCloser:hover {
    content: 'x';
    color: #fff;
    font-weight: 300;
    font-family: Arial, sans-serif;
	cursor:pointer;
	font-size: xx-large;
}


@media (max-width: 1054px) {
	
	.container {
height: 300px;
}	
	
  .tm-contact-item-icon {
    margin-bottom: 15px;
  }
  .parallax-windowindex {
  min-height: 1345px;

  background: transparent;
}
  .parallax-window {
  min-height: 335px;
  background: transparent;
}
  
  /*---------------------------------------------*/
  .wrappic1 {
    display: block;
    flex-grow: 1;
    position: inherit;
    margin: 15px 0 0px -4px;
}
.wrappic1 img {
  max-width: 15%;
}
    
img .pikto {
    position: relative;
        padding: 4px;
        width: 60px;
        height:auto;
        float: right
    }

/*---------------------------------------------*/



}

@media (max-width: 991px) {
	.container {
height: 400px;
}
	
  .tm-contact-items-container {
    flex-direction: column;
  }

  .tm-contact-item {
    width: 100%;
    max-width: 680px;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
	border: 1px solid #005580;
	  border-radius: 5px;
  }

  .tm-contact-item:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }

  #tmContactForm {
    margin-left: auto;
    margin-right: auto;
  }
  
  .wrappic1 {
    display: block;
    flex-grow: 1;
    position: inherit;
    margin: 15px 0 px -4px;
}
    .wrappic1 img {
  max-width: 20%;
}
.parallax-windowindex {

  min-height: 1437px;
  background: transparent;
}
.parallax-window {
  min-height: 375px;
  background: transparent;
}
}

@media (max-width: 730px) {
	.container {
height: 400px;
}
	
  .tm-portfolio-item {
    flex-direction: column;
  }



  .tm-portfolio-name,
  .tm-portfolio-description {
    width: 100%;
  }

  .tm-portfolio-description {
    padding: 20px 30px;
  }
    .wrappic1 {
    display: block;
    flex-grow: 1;
    position: inherit;
    margin: 15px 0 0px -4px;
}
  .wrappic1 img {
  max-width: 20%;
}
.parallax-windowindex {

  min-height: 1437px;
  background: transparent;
}

.parallax-window {
  min-height: 375px;
  background: transparent;
}
}

@media (max-width: 572px) {
	.container {
height: 400px;
}
	
  .tm-brand-container {
    padding: 45px;
  }
    .wrappic1 {
    display: block;
    flex-grow: 1;
    position: inherit;
    margin: 15px 0 -3px -4px;
}
    .wrappic1 img {
  max-width: 20%;
}
.parallax-windowindex {

  min-height: 1437px;
  background: transparent;
}
.parallax-window {
  min-height: 375px;
  background: transparent;
}
}

@media (max-width: 443px) {
	
	.container {
height: 00px;
}
  .tm-brand-name {
    font-size: 1.8rem;
  }
  .tm-brand-description {
    font-size: 1.1rem;
}

  .tm-brand-container {
    padding: 25px;
  }
    .wrappic1 {
    display: block;
    flex-grow: 1;
    position: inherit;
    margin: 5px 0 -10px -4px;
	left: 25%;
}
    .wrappic1 img {
max-width: 40%;
}
.parallax-windowindex {
/*  min-height: 1575px;*/
  min-height: 1437px;
  background: transparent;
}
.parallax-window {
  min-height: 375px;
  background: transparent;
}

}
