/*
 Theme Name: Paffrath Theme based on Arcade basic
 Theme URI: http://www.stegasoft.de
 Description: Paffrath Theme auf Basis von Arcade basic, FullScreen-Video auf Startseite (Template "Landing page")
 Author: SteGaSoft
 Author URI: http://www.stegasoft.de/
 Template: arcade-basic
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: paffrath, arcade
*/

html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }


.basic #site-title a {
        font-family: Verdana;
}


.header_bg {
  background-color: rgba( 60,60,60,0.4);     #000000
}


.entry-title {
  padding: 0 0 10px 0;
}

#site-description {
  padding-bottom:10px;
}

#more-site {
  background-color:rgba(100,100,100,0.6);
}

#more-site:hover {
  background-color:rgba(80,80,80,0.6);
}


.navbar-nav {
  float:right;
  padding-left: 15%;
  padding-right:20px;
}


.wp-caption-text, .wp-caption-text a {
  font-size: 12px !important;
}


blockquote {
  font-style: italic !important;
  quotes: "\201C""\201D""\201C""\201D";
}


blockquote p:before, blockquote p:after {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/*----- Loader Style ----------------------*/
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*----- Widget-Segmente auf Startseite -----*/
.start-widget-section {
  border:solid 1px #CDCDCD;
  padding: 10px;

}


#gl-sidebar-start .widget {
  border:solid 1px #CDCDCD;
  padding: 10px;
  margin-bottom: 0 !important;
}




/*=======================================*
 *===== Responsive Tabelle vgl. Quellen =*
 +=======================================*/
.g2g-respo-table {display: block;}

.g2g-respo-table * {
box-sizing:border-box;
}
.g2g-respo-table table {
width:100%;
}

.g2g-respo-table table,
.g2g-respo-table td,
.g2g-respo-table tr,
.g2g-respo-table th {
border:1px solid #ddd;
border-collapse: collapse;
text-align: left;
}

.g2g-respo-table td,
.g2g-respo-table tr,
.g2g-respo-table th {
padding:1em;
}

.g2g-respo-table th {
background:#eee;
font-weight: bold;
}

@media screen and (max-width:700px) {

.g2g-respo-table tr {
border-bottom: none;
}

.g2g-respo-table td {
padding:0;
border:1px solid #ddd;
}

.g2g-respo-table table {
border:none;
}

.g2g-respo-table thead {
display:none;
}

.g2g-respo-table tr {
float: left;
width: 100%;
margin-bottom: 2em;
}

.g2g-respo-table td {
float: left;
width: 100%;
padding:1em !important;
border-left: 1px;
border-right: 1px;
}

.g2g-respo-table td::before {
content:attr(data-label);
word-wrap: break-word;
background: #eee;
border-right: 1px solid #ddd;
width: 20%;
float:left;
padding:1em;
font-weight: bold;
margin:-1em 1em -1em -1em;
}
}


/*=================================*/
/*    Lexikon                      */
/*=================================*/

.lexikon-capitalLetters-first, .lexikon-capitalLetters {
  font-family: "Times New Roman", serif !important;
  color: #2A6496 !important;
}


.lexikon-capitalLetters-first {
  border-top: none !important;
}


.lexikon-capitalLetters {
  border-top: solid 1px #D2D2D2;
  padding-top: 20px;
}


.category-lexikon {
  border-bottom: none !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}


.category-lexikon .taggedlink {
  padding-left:15px !important;
}

.category-lexikon .entry-meta {
  display:none !important;
}

/*=================================*/
/*    MAP Styles                   */
/*=================================*/

#gl-map {
  width:100%;
  height: 500px;
}



/*===== SwitchButton Style ===========*/
 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}
