/*
Theme Name: Corona-Frontend
Description: 
Version: 4.5.7
Author: internezzo
Author URI: 
Template: IZZObase-V4
*/


/* Container  */
	
.container_wrap {
	border-top-style: none!important;
}



/* preloader */

svg {
  width: 60px;
  height: 60px;
  margin: 20px;
  display: inline-block;
}

.av-siteloader { 
	display: none;
/*  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  margin: 0 auto;
  border-top: 8px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 2px solid #000; 
  -webkit-animation: av-load8 0.8s infinite linear;
  animation: av-load8 0.8s infinite linear;
*/  
}

@-webkit-keyframes av-load8 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes av-load8 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% {-webkit-transform: rotate(360deg); transform: rotate(360deg); }
}	
	
	


/* Text-Styles */


/*
h1, h2, h3, h4, h5 {
    margin-bottom: 10px;
    letter-spacing: 0px!important;
}
h3 {
    line-height: 1.1em;
    margin-bottom: 10px;
}

h5 {
    line-height: 1em;
    margin-bottom: 5px;
}
.modern-quote .av-special-heading-tag {
	font-weight: 200;
}

*/


strong, b {
    font-weight: 800!important;
    color: #0f6d8f!important;
}


/*——————————————————————-
// Auto-TOC Styles
//—————————————————————–*/



/* Linie */

.main_color .avia-toc-style-elegant a:before {
border-color: #666666!important;
}

/* Links */

.main_color .avia-toc-style-elegant a {
color: #808080!important;
}
.main_color .avia-toc-style-elegant a:hover {
color: #f9c20f!important;
}

.avia-toc-style-elegant .avia-toc-level-0 {
font-weight: 500;
text-transform: none!important;
font-size: 1em;
}
.avia-toc-style-elegant .avia-toc-level-1 {
font-weight: 400;
text-transform: none!important;
font-size: 0.9em;
}

/* Haupteinträge, Kreis */
.main_color .avia-toc-style-elegant a:first-child:after, .main_color .avia-toc-style-elegant a.avia-toc-level-0:after {
border-color: #888888;
background-color: #17191a;
}


.main_color .avia-toc-style-elegant a:last-child:after {
background-color: #666666!important;
}



/* Custom Column Reorder */

@media only screen and (max-width:767px) {
.column_flex_reorder .entry-content-wrapper {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
}

 .column_flex_reorder .column_order_1 {
    order:1
  }


.column_flex_reorder .column_order_2 {
    order:2
  }
  
 }


