/* Copyright (C) arrowthemes, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
   ========================================================================== */
   
.tm-headerbar {
    max-width: 100% !important;
}

.uk-panel-space {
    padding: 20px;
}

/* map customization */
#map_wrapper {
    height: 400px;
}

#gmap_canvas {
    width: 100%;
    height: 100%;
}



.uk-link-team a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}


.uk-link-team a:hover { 
	color: #223148; 
  text-decoration: none;
}

.tm-block-content {
	min-width: 180px;
}


.cc_container .cc_btn {
background-color: #258BCE !important; /* Farbe des Buttons */
color: #fdfdfd !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #202E43 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #258BCE !important; /* Textlink-Farbe "Mehr Infos" */
}