/*  ToDo: import FontAwesome CSS*/
@import url(./m2vh_fa.css);



/* Adjustments on iWeb IDs & classes */

 a {
    color: rgb(186, 244, 182);
}
#widget1 .Comment_Posted_Date {
    color: rgb(186, 244, 182);
}

#widget1 a:hover {
    color: #d5d5d5;
}
#widget1 a {
    color: rgb(186, 244, 182);
}

#widget1 .noselect {
    color: #333333;
}
div#widget1.com-apple-iweb-widget-detailview {
	top: 116px;
}
div.com-apple-iweb-widget-detailview div.selected {
	border: 1.5px solid;
	border-top-color: #A0FCB3;
	border-right-color: #A0FCB3;
	border-bottom-color: #A0FCB3;
	border-left-color: #A0FCB3;

}
div#widget1-slideshow_placeholder.slideshow_placeholder :nth-child(n+1) > canvas {
  position: relative;
  left: 2px;
  max-width: 99%;
  max-height: 99%;
  border-radius: 4px;
/* 
	border: 2px solid #A0FCB3;
	border-top-color: #A0FCB3;
	border-right-color: #A0FCB3;
	border-bottom-color: #A0FCB3;
	border-left-color: #A0FCB3;
 */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

  border: 1px solid rgba(13, 14, 13, 0.7);

  -webkit-box-shadow: 2px 2px 10px rgba(186, 186, 186, 0.35) inset;
		  box-shadow: 2px 2px 10px rgba(186, 186, 186, 0.35) inset;

    padding: 1px;
	
}
div#widget1-slideshow_placeholder.slideshow_placeholder :nth-child(1) > canvas {
	border-radius: 0pt;
	border: none;
/* 	box-sizing: unset; */
-webkit-box-shadow: unset;	
	box-shadow: none;
-webkit-box-shadow: none;
	padding: 0px;
/* 
	border-top-color: #A0FCB3;
	border-right-color: #A0FCB3;
	border-bottom-color: #A0FCB3;
	border-left-color: #A0FCB3;
 */
	
}

/* --- --- Info-Button -- --- */

/* Adjustments for info-button */
#footer_layer {
    margin-top: 30px;

}

.paragraph_style, .paragraph_style_1, .paragraph_style_2 {

    font-size: 13px;
    line-height: 20px;
}

/* Adjustment of DetailView.css */
/* Done:    m2vh
    - adding space below Thumbnails
*/
div.com-apple-iweb-widget-detailview div.thumbnail_view {
    position: relative;
    width: 100%;
    height: 0px;
    overflow: hidden;
    margin-bottom: 15px;
}

/* Slideshow Adjustments */
/* Done: m2vh
    - center the picture inside the slideshow
    Picture width: 99% -> margin-left: 0.5% ;-)
*/
.slideshow_placeholder {
    margin-left: 0.5%;

}

/* Done: m2vh
    - crop space below slideshow
*/
div.com-apple-iweb-widget-detailview div.footer_controls {
    position: relative;
    top: 10px;
    width: 100%;
    height: 50px;
}

/* Done: m2vh
    - make thumbnails more button-like
    - border-radius: 4px;
*/

/*media screen,print*/
div.com-apple-iweb-widget-detailview div.thumbnail {
    float: left;
    width: 54px;
    height: 49px;
    margin: 3px;
    overflow: hidden;
    border-radius: 4px;
}

/* --- --- EU Cookie consent --- --- */

/* The Cookie bar */
#theCookieconsent {
    text-align: center
}

/*media screen,print*/
#theCookieconsent .cc-window {
    font-size-adjust: none;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    /*min-height: 70px;*/
    height: 100px;
    line-height: 19px;
    padding: 5px 20px 20px 0px;
    /*padding-top: 5px;*/
    vertical-align: middle;
}

.cc-compliance {
    vertical-align: bottom;
    margin-top: 20px;
}


/* Hide the consent bar in Windows Edge */
#theCookieconsent .cc-invisible {
    /*display:none;*/
    height: 0px;
    /*padding-top: 0px;*/
    padding:0px 0px 0px 0px;
    overflow: hidden;
    -webkit-animation: mycrop 2s ease 0s forwards;

}
@keyframes mycrop {
    from {height: 100px;
          padding: 5px 20px 20px 0px;
    }
    to {height: 0px;
        padding: 0px;
    }
}

/* The buttons */
#theCookieconsent .cc-compliance .cc-btn {
    -webkit-border-radius: 3px;
    padding: 8px;
    margin: 4px;
    text-decoration: none;
    cursor: pointer;
}



